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]