Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    Did you add these paragraphs to the template file? Are you using a static home page?

    Thread Starter mattr2110

    (@mattr2110)

    Yea I added it to the php file, the home page is not static.

    esmi

    (@esmi)

    Which file did you add it to? Does your theme contain the following template files:
    archive.php
    catgeory.php
    tag.php
    page.php
    single.php

    Thread Starter mattr2110

    (@mattr2110)

    I added to index.php

    esmi

    (@esmi)

    Assuming that you don’t have any of the files I mentioned above, try wrapping the welcome paragraphs in the is_home() conditional – eg:

    <?php if( is_home() ) :?>
    [ welcome text & markup ]
    <?php endif;?>
    Thread Starter mattr2110

    (@mattr2110)

    That worked, thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove wording from every page’ is closed to new replies.