chudsf
Forum Replies Created
-
Forum: Plugins
In reply to: Need to display ONLY the category of the current top postExcellent. Thanks so much, Kafkaesqui, your assistance is much appreciated.
Forum: Plugins
In reply to: Need to display ONLY the category of the current top postThis worked swimmingly with one exception — If I schedule posts in advance it grabs the $latest_cat value from those (instead of the current, displayed post). Anyone care to suggest a way to filter it so it only grabs the latest LIVE post?
Forum: Plugins
In reply to: Need to display ONLY the category of the current top postI will give this a shot, thank you so much!
Forum: Fixing WordPress
In reply to: Display ONLY category of current postAnyone else have a good way to do this? Perhaps one can get the category of the current post and omit it from the loop using a variable somehow? My php is useless.
Forum: Fixing WordPress
In reply to: Display ONLY category of current postThat first sentence should say: Display only POSTS IN THE SAME CATEGORY as the current post.
Forum: Fixing WordPress
In reply to: Display ONLY category of current postSorry, here ya go:
On the index page of the blog, I would like to ONLY display the category of the most recent post. So if I post category 6, it should only display posts of that category. If I then do a post of category 3, it would no longer show category 6, only category 3. And so on…
Basically the blog will have a rotating identity on the index page (I have a different header image for each category too), and this will keep older/different category posts from showing up there.
Hopefully that makes more sense…..?