• Sorry this may be a very dumb question but how can I add an elseif to this:

    <?php if (is_page(10) || $post->post_parent==”10″) { ?>

    <p>Apples</p>

    <?php } else { ?>

    <p>Oranges</p>

    <?php } ?>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you write an elseif statement?’ is closed to new replies.