customization - wordpress custom posts page not showing

admin2025-06-07  29

In Wordpress I created 2 templates :

  • The first template is a custom homepage
  • The second template is custom page for for post results(search by category, search by keywords)

After that I specified them in Wordpress

The custom homepage is successfully shown when I visit the website, but when I click on a specific category, my custom posts page is not showing and I get the default page instead.

In Wordpress I created 2 templates :

  • The first template is a custom homepage
  • The second template is custom page for for post results(search by category, search by keywords)

After that I specified them in Wordpress

The custom homepage is successfully shown when I visit the website, but when I click on a specific category, my custom posts page is not showing and I get the default page instead.

Share Improve this question asked Oct 16, 2018 at 18:54 Amine MessaoudiAmine Messaoudi 1116 bronze badges 1
  • You can't use page templates for the custom posts page, besides, all of that can be done with search.php, hidden inputs, and URL parameters, there's no need for the page template – Tom J Nowell Commented Oct 16, 2018 at 19:28
Add a comment  | 

1 Answer 1

Reset to default 0

For categories you would have to edit the archive.php or rather to be specific the category.php file.

https://codex.wordpress/Category_Templates

That page will give you an idea of the specificity you can go with template files.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749256878a317664.html

最新回复(0)