Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877320
    dougwattzeban
    Participant

    I have used the option to disable page title on 2 pages. However, I would like to reverse this decision. I have unchecked the box, but the page titles aren’t showing.

    Am I missing something?

    Many thanks,

    Doug

    #877330
    Nico
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #877388
    dougwattzeban
    Participant
    This reply has been marked as private.
    #877733
    dougwattzeban
    Participant
    This reply has been marked as private.
    #878014
    Christopher
    Moderator

    Hi there,

    By default, page title is not available for blank templates.

    To add page’s title, copy template-blank-4.php from framework/views/integrity and put it in the same path inside child theme, replace existing code with following :

    <?php
    
    // =============================================================================
    // VIEWS/INTEGRITY/TEMPLATE-BLANK-4.PHP (No Container | Header, Footer)
    // -----------------------------------------------------------------------------
    // A blank page for creating unique layouts.
    // =============================================================================
    
    ?>
    
    <?php get_header(); ?>
    
      <div class="x-main full" role="main">
    
        <?php while ( have_posts() ) : the_post(); ?>
    
          <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
            <?php x_get_view( 'integrity', 'content', 'page' ); ?>
          </article>
    
        <?php endwhile; ?>
    
      </div>
    
    <?php get_footer(); ?>

    Hope it helps.

    #878056
    dougwattzeban
    Participant

    many thanks. I’ll try to get that done tonight and let you know how it goes. 🙂

    #878555
    Rupok
    Member

    You are welcome!

    Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Cheers!

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