Categorie in Wordpress

jacek.arabski
4 Posts
jacek.arabski posted this 19 December 2020
Ask a Question

Can I get different templates for different categories in Wordpress?

Can I get different templates for different categories in Wordpress?
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Alan Henness
155 Posts
Alan Henness posted this 20 December 2020

That would be useful, but I think there is just one blog page and one post page.

However, it is possible to use CSS to make some differences (colour, font, etc) to category pages. For example, I have different categories on different menus on a site and I can get rid of the Read more on one category:

/* This hides the Read more buttons on category 61 blog pages only - the Podcast blog page */
.category-61 .u-btn-1{
display: none;
}

You can get the category ID from the URL when you edit the category you're changing:... /wp-admin/term.php?taxonomy=category&tag_ID=61&post_type=...

If anyone know of a better or more flexible way to do this, I'd love to know.

That would be useful, but I think there is just one blog page and one post page. However, it is possible to use CSS to make *some* differences (colour, font, etc) to category pages. For example, I have different categories on different menus on a site and I can get rid of the Read more on one category: /* This hides the Read more buttons on category 61 blog pages only - the Podcast blog page */ .category-61 .u-btn-1{ display: none; } You can get the category ID from the URL when you edit the category you're changing:... /wp-admin/term.php?taxonomy=category&tag_ID=61&post_type=... If anyone know of a better or more flexible way to do this, I'd love to know.
Support Team
Support Team posted this 21 December 2020

Hi Jacek,

No, there is no possibility to create different templates for the different blog pages.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Jacek, No, there is no possibility to create different templates for the different blog pages. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
jacek.arabski
4 Posts
jacek.arabski posted this 21 December 2020

ok. Do you foresee the possibility of differentiating the template depending on e.g. category in the future?

ok. Do you foresee the possibility of differentiating the template depending on e.g. category in the future?
Support Team
Support Team posted this 21 December 2020

Hi,

We added your request to our wish list.
Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, We added your request to our wish list. Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
jacek.arabski
4 Posts
jacek.arabski posted this 21 December 2020

Dziękuję :)
Thank you :)

Dziękuję :) Thank you :)
You must log in or register to leave comments