Forums

content of frontpage only (5 posts)

  1. colllageblog
    Member
    Posted 1 year ago #

    Hi, how would I put content on the frontpage (ie the first page) only like a summary for example

  2. forunner
    Member
    Posted 1 year ago #

    you can use a static page
    or use if(is_home())
    or create a home.php ==> how does it work

  3. colllageblog
    Member
    Posted 1 year ago #

    Would it work like this?

    <?php if(is_home()) : ?>
    Home page content here
    <?php endif; ?>

  4. forunner
    Member
    Posted 1 year ago #

    I think !
    try first with a simple

    <?php if(is_home()) : ?>
    echo "if this text display, forunner si great, else, he is stupid, but in this cas, it will not display";
    <?php endif; ?>
  5. Darrell Schauss
    Member
    Posted 1 year ago #

    You can also assign a specific Page to be your home page
    http://codex.wordpress.org/Creating_a_Static_Front_Page

Topic Closed

This topic has been closed to new replies.

About this Topic