Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter danwakeweb

    (@danwakeweb)

    Yes I’ve checked again there that is what is at the top of the file.

    When I answered differently I meant that it does not say that at the top of the edit page from the admin panel but it does say it at the top of the php file in editor.

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you post the contents of the file, page-Portfolio4Cols.php in http://Pastebin.com and send us the link please?

    Thread Starter danwakeweb

    (@danwakeweb)

    codes like this:
    <?php include_once (TEMPLATEPATH . '/title.php');?>
    point to other templates within your theme, either like this one in the same folder, or sometimes in sub folders.

    you need to follow those hints to find your h1 title…

    check in title.php

    Thread Starter danwakeweb

    (@danwakeweb)

    This is in title.php:

    <div class=”header-title”>
    <?php if(is_home()){ ?>
    <h1><?php _e(‘Blog’,’theme1435′);?></h1>

    Have no idea where to follow on from there?

    Thanks

    the content of title.php seems to be a bit odd, too short, and leaving an unclosed div …

    alternatively, if the page template is not used anywhere else – simply replace the section:

    <?php include_once (TEMPLATEPATH . '/title.php');?>

    with:

    <div class="header-title">
    <h1>Drinks</h1>
    </div>

    or contact the theme’s provider;
    as your theme seems not to be freely downloadable (or can you post a free download link?), the possibilities by this forum are limited.

    Thread Starter danwakeweb

    (@danwakeweb)

    Thats works, I have not got any other pages using that template.

    Thank you very much for your help!

Viewing 7 replies - 16 through 22 (of 22 total)

The topic ‘H1’ is closed to new replies.