how to order posts relating to My Page Order rule
-
Dear friends,
I am a newbie and I would like to have tag posts listing ordered based on My Page Order plugin rule.How can I modify this code?
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <!--Start Blog Post Coding--> <div class="postcontent"> <div class="postpic"> </div> <div class="postinfo"> <h2 style="color:#ff6f00;"><?php the_title(); ?></h2> <p><?php excerpt('220'); ?></p> <div class="postbar"> <div class="readmore" style="float:left;"> <div class="readmoreicon"></div> <div class="readmorelink"><a>">More</a></div> </div> <!--End Blog Post Coding--> <?php endwhile; ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Thanks a lot for any help.
Martin
- The topic ‘how to order posts relating to My Page Order rule’ is closed to new replies.