Right now I only have 4 posts, and they are also showing in the categories I have assigned them to. How can I get them to go into the archives? I would prefer to only have the 2 post current posts showing.
Thanks,
newbie Stacy
Right now I only have 4 posts, and they are also showing in the categories I have assigned them to. How can I get them to go into the archives? I would prefer to only have the 2 post current posts showing.
Thanks,
newbie Stacy
You can't "move" them on a case-by-case basis, not without a plugin at least, but you can either hardcode into the theme you're using to only display a certain number of posts on that page (home, index, archive, etc). Or, you could have all pages only show a certain number of posts from wp-admin, but that would also affect the archive. I'd consider editing/creating a home.php and using query_posts before the loop to limit the display just on the homepage.
"I would prefer to only have the 2 post current posts showing."
Go to Settings -> Reading. There's an option there called Show Posts. Fill it in with 2 and it will show only the last two posts on the front page.
And also two posts on any archive pages.