admin管理员组

文章数量:1122832

I've a category, let's say "testcat". I want to create some pages which the final url should be "". To do this, I should create a page named "testcat" and then a page named "pagename" with the page "testcat" as parent page. I tried and it seemd to work, but I'm worried about what's happening in the backend as actually there should be TWO pages on the same url /: the default category page for "testcat" category and my custom page "testcat".

Could you help me to understand if this is the right way to do what I want, or should I use another method? Thanks.

I've a category, let's say "testcat". I want to create some pages which the final url should be "http://example.com/testcat/pagename". To do this, I should create a page named "testcat" and then a page named "pagename" with the page "testcat" as parent page. I tried and it seemd to work, but I'm worried about what's happening in the backend as actually there should be TWO pages on the same url http://example.com/testcat/: the default category page for "testcat" category and my custom page "testcat".

Could you help me to understand if this is the right way to do what I want, or should I use another method? Thanks.

Share Improve this question asked Jan 25, 2015 at 11:05 testermastertestermaster 2134 silver badges16 bronze badges 3
  • The default behavior of wordpress for the categories is example.com/category/testcat so unless you haven't change the permalink structure you shouldn't have a problem – Laxmana Commented Jan 25, 2015 at 12:00
  • I've removed /category/ from url. – testermaster Commented Jan 25, 2015 at 12:20
  • Did you find a solution @testmaster? Which was shown using the link - category or page? – Mousey Commented Nov 23, 2024 at 22:23
Add a comment  | 

1 Answer 1

Reset to default 0

yes you can do it but you need 301 Redirect category to Page with Follow links

that is good for SEO ? links jus from category going to the page

i make it for my sell landing page , because i don't need my visiter going to

category page what you need to do for example

http://example.com/testcat/pagename 301 to http://example.com/testcat/ with

Follow if you have seo plugin by yoast

本文标签: categoriesPage with the same name of a category