• Does anyone know how I can show text from a page (About) above the posts on my main page.

    At the moment I’ve added:

    <?php if( ( is_home() && !is_paged() ) || is_page() ) { ?>
    <div id="static" class="clearfloat">
    this is a text</div>
    <?php } ?>

    But then I have to write the text. I want it to fetch the text from a page (about)

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show text from static page over posts on main page’ is closed to new replies.