Support » Fixing WordPress » Problem with Asides

  • Hi All,

    I’m trying to add Asides (similar to http://codex.wordpress.org/Adding_Asides) to a sidebar on my wordpress blog. Any post where category = “Aside” should show up in the sidebar, but not in the primary Loop that shows the normal blog posts.

    For the most part, it works.

    I’ve run into a problem, though, that has me pulling my hair out.

    I’d like 10 regular posts and 10 Asides to display on my home page and each category page.

    The problem is, if 6 of my last 10 posts were Asides, the main Loop only displays 4 items, because it still increments its counter ($wp_query->$current_post?) each time it hits an “Aside” item, even though the “Aside” item doesn’t get displayed.

    Is there a way to tell the Loop to display the last ten items from all categories EXCEPT Asides, and ensure that 10 items will be shown?

    Thanks in Advance,
    Zane

  • The topic ‘Problem with Asides’ is closed to new replies.