• Hi:

    I am using PODS Framework to create custom post types. This plugin seems to work well. Finds the post types, and gives me the option of sorting, but on front end the post are on the same order, ignoring the order I setup as Admin.

    Do I need to use a especial orderby query? This is my query now:

    $mypod = pods( 'trabajos', array('limit' => 1000, 'where'=>"category.name = 'Publicidad'" ) );

    Thanks in advance!

    https://wordpress.org/plugins/reorder-post-within-categories/

  • The topic ‘Ordering PODS (custom post types) doesn't work’ is closed to new replies.