Results 1 to 1 of 1

Thread: post order plugin

  1. #1
    Thread Starter
    Member
    Not a Verified Customer
    annvk's Avatar
    Join Date
    Feb 2010
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts

    post order plugin

    Hi
    I installed a post order plugin but the plugin had this code but I don't know where to put it and I don't know if it would interfere with anything else in the classipress code. Where would it go and do you think it is OK?

    <?php $readposts = get_posts('orderby=menu_order'); ?>
    <ul>
    <?php foreach($readposts as $post) : setup_postdata($post); ?>[*]<?php the_title(); ?>
    <?php endforeach; ?>[/list]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Plugin or something
    By krakkamike in forum ClassiPress General Discussion
    Replies: 1
    Last Post: June 5th, 2009, 07:12 PM