• I am working on a wordpress theme for my school project. I have created a custom post type for portfolio section. Please see the code here

    I am trying to add navigation using
    <?php include (TEMPLATEPATH . '/inc/nav.php' ); ?>

    Although, I am not able to see any output. The custom query is as follows:
    $loop = new WP_Query(array('post_type' => 'portfolio', 'posts_per_page' => 10 ));

    Please help me with this navigation issue.

  • The topic ‘Navigation display on custom post page’ is closed to new replies.