• I’ve created a portfolio page and now want it to display only post with the category “portfolio”.

    in page.php I used a conditional and it seems to work fine

    <?php if (is_page('Projects') ) : ?>
    this is the Porfolio Page
    <?php endif; ?>

    … but it seems like there should be a better way of doing it. Am I missing something?

  • The topic ‘Catagory’ is closed to new replies.