Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m interested on that too

    Thread Starter zachsigal

    (@zachsigal)

    hi,

    what you can do is to make a query with a counter.
    when the current post is inside the loop capture its index.

    i did not done it but it is suppose to be easy

    great plugin, no so good support

    Hey Guys,

    i just had the same problem. to set the order i just used

    $q = new WP_Query(
    	array(
    		'orderby' => 'menu_order',
    		'posts_per_page' => 2,
    		'cat' => 6
    	)
    );

    So “orderby” has to be “menu_order” for it to output posts in the same order as created in admin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘get Order value’ is closed to new replies.