Forums

Page ID? (2 posts)

  1. adamkb.balan
    Member
    Posted 1 year ago #

    I am looking to do a if page id = bla else do something, How ever I am not sure what comes after if, what is the correct method call to say if the page id is 1,2,3,4 do this, else do that.

    this would be for the header - which is included on all pages.

  2. Jarret Cade
    Member
    Posted 1 year ago #

    <?php
    if ( is_page(4) ) {
     - Do this if it is page 4
    } else {
     - Do this for all other pages
    };
    ?>

Topic Closed

This topic has been closed to new replies.

About this Topic