Tagged: x Author Posts December 7, 2016 at 8:51 am #1284645 thominouuParticipant Hello, I would like to add the title to every portfolio-item-category pages, actually there is no H1 title for those pages. How can i do that ? Thanks in advance. December 7, 2016 at 9:51 am #1284718 ChristianModerator Hey there, Please give us the URL of your portfolio category page so we could check your current setup. Thanks. December 9, 2016 at 3:34 am #1287164 thominouuParticipant Here is the URL : http://chrysalis-lamarque.fr/portfolio-item-category/3d/ Thanks December 9, 2016 at 4:27 am #1287193 Paul RModerator Hi, To add title to your portfolio category pages, you can add this in your child theme’s functions.php file. function add_cat_title() { ?> <?php if(x_is_portfolio_category()): ?> <h2 class="cat-title center-text"><?php echo single_term_title(); ?></h2> <?php endif; ?> <?php } add_action( 'x_after_view_global__slider-below', 'add_cat_title'); Hope that helps. December 12, 2016 at 7:23 am #1289889 thominouuParticipant Thanks that works perfectly ! December 12, 2016 at 7:51 am #1289975 Paul RModerator You’re welcome! 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1284645 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In