• After the most recent update, the landing page title is showing “Default Title”. I found another similar topic and reset to the 2013 Theme, the title is not displayed. I am using ZBlackbeard theme which is a child of Zerif Lite, so it occurs in Zerif Lite as well.

    Here is the code for the title in ZBlackBeard:

    <div id="kbe_content" class="kbe_content_full">
            <h1>Default title</h1>
            <!--leftcol-->

    And here is is in 2013 theme:

    <div id="kbe_content" class="kbe_content_full">
            <h1></h1>
            <!--leftcol-->

    This appears to be the code for this:

    ?><div id="kbe_content" <?php echo $kbe_content_class; ?>>
            <h1><?php echo get_the_title( KBE_PAGE_TITLE ); ?></h1>

    I am just not sure why the Page Title would change from one theme to another.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The h1 on our landing page also disappeared. Custom theme I think was based on 2013. Do I need to go mess with the knowledge base php files? Or is there another way to solve this?

    Thread Starter rborn

    (@rborn)

    Any ideas on this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Landing Page Title’ is closed to new replies.