Forums

Help, custom post sort order (using postmash) on a page of posts (2 posts)

  1. magrics
    Member
    Posted 2 years ago #

    Hi, I'm trying to use the Postmash plugin with a pageofposts.php
    Any ideas on how to modify teh pageofposts code to work with postmash?

    Postmash filtered: http://wordpress.org/extend/plugins/postmash-filtered/
    Pageofposts: http://codex.wordpress.org/Pages#A_Page_of_Posts

    Many thanks

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    Have you tried adding to the list of arguments:

    $args=array(
      'category__in' => $cat,
      'showposts' => $showposts,
      'caller_get_posts' => $do_not_show_stickies,
      'orderby'=>'menu_order',
      'order'=>'ASC'
    );

Topic Closed

This topic has been closed to new replies.

About this Topic