• Hello,

    I really love the way this plugin works in the admin side, but I cannot get it to respect the sort on the front end. Here’s what I am using to pull out my posts:

    <?php query_posts( array( 'post_type' => 'product' ) );  ?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
    <p><?php the_content(); ?>
    <?php endwhile; else: endif; ?>

    Can you advise me on what I need to do to get the back-end sorting to be reflected in the front-end?

    Best,

    S

    http://wordpress.org/extend/plugins/simple-page-ordering/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Page Ordering] Custom Post Type sorting not working’ is closed to new replies.