how do i go about troubleshooting this one?
some category displays are showing the right posts. for example mysite.com/category/photos will pull the right posts, but mysite.com/category/updates is pulling a random assortment.
how do i go about troubleshooting this one?
some category displays are showing the right posts. for example mysite.com/category/photos will pull the right posts, but mysite.com/category/updates is pulling a random assortment.
That a sample pic of what the create post page looks like… In your OP I read it as “A post about [something] was showing up under your update category page, and (or instead of) the [something] category page.” So that is why I thought you might have checked update vs [something] in the create/edit post page. That is why I suggested check the posts to see if the update checkbox was checked.
Anyhow glad you fixed it
hello. what does marked as update mean? they are published and public if that helps.
there’s no “update” in that image you attached. anyways you can see the php snippet that caused the problem above.
thank you for taking the time to post on this! often just posting helps me get to the problem quicker
what does marked as update mean?
When you make a post you should have a list of checkboxes (of what categories you have defined see the categories listed in this pic), is the ‘update’ checkbox checked?
it’s looking to me like this snippet is tripping it up
<?php get_header(); query_posts( ‘posts_per_page=-20&cat=’ . $cat ) ?>
when i placed it originally, it was for just limiting the posts to 20 per page
check posts if they were accidently marked as update, unless they change on refresh?