Forums
(@_jester)
13 years, 9 months ago
Haven’t seen the code,…but can’t you just target a parent/child div? maybe your article wrapper?
By the way Mark,…you should never use ‘query_posts’, use ‘WP_Query’ (for subloops) or the ‘pre_get_posts’-hook (to alter the main loop) instead.