• Resolved gab1982

    (@gab1982)


    Hi I have installed this plugin but can’t seem to get the custom order working on the front-end on a custom scroller section I made using posts, this is my code:

    $args = array(
    'posts_per_page' => 20,
    'category_name' => 'staff-' . $wp_query->queried_object->post_name,
    'order' => 'ASC'
    );

    Do I need to add something else?

    https://ww.wp.xz.cn/plugins/custom-post-order-category/

Viewing 1 replies (of 1 total)
  • Plugin Author faaiq

    (@faaiq)

    this plugin works on catagary page like in catagory.php you can create different design for catagory through the theming of catagory.php

Viewing 1 replies (of 1 total)

The topic ‘Custom order doesn't display’ is closed to new replies.