theme breaks
-
i changed the order of the posts to title
<?php query_posts($query_string.’orderby=title&order=ASC’); while (have_posts()) : the_post(); ?>
When I click on a post it doesnt appear… just a blank space where the post should be :/ It works if I add ?preview=true onto the end of the url
???
- The topic ‘theme breaks’ is closed to new replies.