I need to hide the name in the category box from a specific page. I need to show the name in all other pages but this one.
Is there a way to use this CSS for a specific category? Thank you!
I’ve been working on trying to hide all other categories from the category widget when a particular category is selected.
In Gutenberg, one can use the getEntityRecord
selector to get the data of a term of a specific taxonomy by its term id:
We have a WordPress instance that we query through it’s API. Contents are posts, or episodes from a Podlove plug-in. We have four podcasts, though…
Is there a smarter way to write this function? Maybe with wildcards?
I’m trying to make a breadcrumb function and I nearly have it don but one small snag…
Context: I am building an automated system which will grab record from a database and immediately publish them en masse as a CPT. When they are being published, I have a function in the functions.php file of a child theme that should automatically set two categories to the post, a “fixed” one called ‘People’, and another one based on a column (categ) which is part of the record sent with the post.
I just want to display a section in the parent category. And I want to display another section in the child category. How to do it?
Can I access the current category of a category feed with the rss2_head
hook to add for example itunes tags?