Tagged Questions
0
votes
1answer
26 views
Category Descriptions - HTML?
Is it possible to allow HTML to be rendered in Category descriptions? My theme uses them quite a lot, and I'd like to style them better with images and links.
This seems to be do-able from what I ...
0
votes
1answer
26 views
“Item not updated” when try to change category properties
When I try to change some properties for some categories (in most categories it works without any issues), like category name, or description, I see that it is not updated, and I get an issue "Item ...
3
votes
2answers
772 views
Remove the category/taxonomy description field?
How can I remove the category/taxonomy description field? The one which shows up on the edit category/taxonomy page.
-1
votes
1answer
146 views
How to stop category descriptions from appearing on hover? [closed]
I am working on a theme that I built a looong time ago, and want this behaviour to stop.
I've seen reference to a $use_desc_for_title variable, but I don't know where I'd find it to change it ...
0
votes
1answer
374 views
Show Subcategory Description
I'm using the following code to show the subcategories of a category within my archive.php page:
<?php if (is_category()) {
$this_category = get_category($cat);
if ...
2
votes
1answer
254 views
How to display a description of a given category from a custom taxonomy
I have a taxonomy called tcp_product_category. In the admin panel I have created a few terms within this taxonomy. On the homepage I want to display the description of one of those terms with the slug ...
1
vote
1answer
321 views
Add title, post content, and category like add_post_meta and update_post_meta
How can I update/add a new title, post content, and category to a post with hard PHP code similar to add_post_meta(), update_post_meta()?