Support for Envato Buyers › Forums › OldCar › Category Page Title This topic has 4 replies, 2 voices, and was last updated 10 years, 3 months ago by FocuxTheme Support. Log In Register Lost Password Viewing 2 reply threads Author Posts October 24, 2014 at 5:09 pm #6517 rsharpe75Member Hi, How can I add the title and description on category pages and on tag pages when using grid view? Regards October 30, 2014 at 12:14 am #6589 rsharpe75Member Hi, I managed to get this fixed. Please mark as resolved. Regards October 30, 2014 at 4:06 pm #6595 FocuxTheme SupportKeymaster Great! October 24, 2014 at 10:53 pm #6528 FocuxTheme SupportKeymaster Just tell you some wordpress functions, you can put them to the right place in the archive.php and tag.php Show the category name <?php echo single_cat_title( '', false);?> Show the category description <?php echo category_description();?> Show the tag name <?php echo __('Tag: ','OldCar'). single_tag_title('', false);?> Thanks October 29, 2014 at 9:53 pm #6586 rsharpe75Member Hi, I managed to get this to work on the archive.php page and it was quite easy. I’m not sure how to do it on the tag.php page since it doesn’t seem to render html but wants to use php instead. This is what I am trying to add: <pre class=”brush: html; gutter: true; first-line: 1; highlight: []; html-script: false”> <div class="blog-article-header media"> <div class="bd"> <h1 class="blog-article-title">" rel="bookmark"><?php echo __('Tag: ','OldCar'). single_tag_title('', false);?></h1> </div> </div> Author Posts Log In Register Lost Password Viewing 2 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Are you human? Please solve: Log In