modified WP index, now unable to view posts
-
Hello!
I installed WP 3.0 and it worked fine.
I edited index.php and added the following line, so posts from category 3 would not show on index.php
<?php query_posts('cat=-3&showposts='.get_option('posts_per_page')); ?>The index now displays fine, posts from category 3 do not display, BUT.. links to the post page do not work now.
Clicking the post headline on the index page will load the new url (which looks like it should work: http://xxxxxxxxxxxxx.com/blog/2010/08/16/), but the content is just the index page again.
How can I fixed this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘modified WP index, now unable to view posts’ is closed to new replies.