Anyone know how to run php in the content? by default php in the content isn’t run. for example if <?php echo ‘aaa’ ?> is in the content youll see “echo” in the article
Nevermind, it works using query_posts.
By the way I use query_posts on the home page and the page listing articles in a particular category. the navigation appears on the home page but not the page for a category. anyone know why? im using posts_nav_link
So how do you get any navigations (next posts and previous posts) with a modified loop? There should be a waring on the query_posts page stating that it would break the navigation.