Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Christiaan

    (@christiaan)

    Tried adding the following code to /global/_portfolio.php but it didn’t work:

    $args = array(
    ‘post_type’ => ‘x-portfolio’,
    ‘orderby’ => ‘menu_order’,
    ‘posts_per_page’ => $count,
    ‘paged’ => $paged
    );

    } else {

    $args = array(
    ‘post_type’ => ‘x-portfolio’,
    ‘posts_per_page’ => $count,
    ‘orderby’ => ‘menu_order’,
    ‘paged’ => $paged,
    ‘tax_query’ => array(
    array(

    Thread Starter Christiaan

    (@christiaan)

    Oh wait, it did work. Just had some sort of caching delay.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Intuitive Custom Post Order and Theme X Portfolio’ is closed to new replies.