Forums

Navigation display on custom post page (1 post)

  1. feelfree
    Member
    Posted 4 months ago #

    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.

Reply

You must log in to post.

About this Topic