display portfolio category description
-
Hi all,
First up, the link above may not work as I am building the new website on server and using Host File to force dns. If this is an issue, please let me know. Just not sure if it is cool to put the IP address on here?Anyway, my problem is that I need the Portfolio Category Description to display on the Portfolio Category Page in the front end. (Mine is actually called ‘Product Category’ but that should not matter).
So I have spent the past week talking to the Theme Developer (Ronneby), who won’t give me an answer. I have read every WordPress forum on the web and got nowhere.
Most forums are of course saying this is really simple and all I need to do is add some code like this;<?php the_archive_description( '<div class="taxonomy-description">', '</div>' ); ?>
or this;
<?php echo category_description( $category_id ); ?>
…to my archive.php or category_php file, and all will be well.
Well it isn’t.
I have tried following instructions such as this;
https://www.wpbeginner.com/wp-tutorials/how-to-display-category-descriptions-in-wordpress/
But they are not working and don’t really make a lot of sense anyway as I just want to enable the description, not place it in weird and wonderful locations on my website.I know this has to be easier than the Github nerds are making it out to be, so please can someone help me out with a straight forward answer as to how I make the portfolio category description show up in the front end archive page.
Thanks in advance.
The page I need help with: [log in to see the link]
- The topic ‘display portfolio category description’ is closed to new replies.