Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1284645
    thominouu
    Participant

    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.

    #1284718
    Christian
    Moderator

    Hey there,

    Please give us the URL of your portfolio category page so we could check your current setup.

    Thanks.

    #1287164
    thominouu
    Participant
    #1287193
    Paul R
    Moderator

    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.

    #1289889
    thominouu
    Participant

    Thanks that works perfectly !

    #1289975
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1284645 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>