Tagged: x
-
AuthorPosts
-
April 11, 2016 at 6:11 pm #877320
dougwattzebanParticipantI 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
April 11, 2016 at 6:38 pm #877330
NicoModeratorHi 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.
April 11, 2016 at 7:34 pm #877388
dougwattzebanParticipantThis reply has been marked as private.April 12, 2016 at 1:34 am #877733
dougwattzebanParticipantThis reply has been marked as private.April 12, 2016 at 5:24 am #878014
ChristopherModeratorHi 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.
April 12, 2016 at 6:12 am #878056
dougwattzebanParticipantmany thanks. I’ll try to get that done tonight and let you know how it goes. 🙂
April 12, 2016 at 11:11 am #878555
RupokMemberYou are welcome!
Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-877320 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
