steve@skgraphicdesign.com
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude category postsNo it is not fixed, I think I just figured out why it is not changing in my template files. It shows all posts associated with the category name “blog”. I think I need some type of “if statement”. If home then show the two posts otherwise if blog page do not show.
Forum: Fixing WordPress
In reply to: Exclude category poststhe more I dig into this it appears that the posts only appear as archive posts. Is there a way to hide on the blog page under archives?
Forum: Fixing WordPress
In reply to: Exclude category postscategory_name=blog is basically saying to list all posts that fall under the category Blog. The other two items that show have their own category name which makes it confusing of why they would show under archives.
Forum: Fixing WordPress
In reply to: Exclude category postsHi David,
The two posts I have are located in the January archives
Here is the link for the site.
http://pediatricfamilydental.com/temp/?page_id=30I want exclude All Aboard and Our Stations from showing on the blog page itself. Is there a way to hide these from showing here?
These two posts are used on the home page which is fine but becasue they are posts, they show under archives on the blog page.
Thanks
SteveForum: Fixing WordPress
In reply to: Exclude category postsHi David,
It makes sense but I having the issue of what actual info and where do I place it.
I know it will go in with this piece of code.
query_posts(“category_name=blog&paged=$paged&posts_per_page=10”)But that is where I am stumped.
Any ideas from your end?