• I’m using the Display posts plug in and am separating post types into categories. I’ve gotten it to separate it but for some reason using the same short code Copy+Pasted with only category changed, 1 page shows all posts in a category but the other pages only show the most recent. An example of a code for a page that isn’t working followed by one that is is below. I’ve tried adding a snippet for number of posts and changed the number of posts I try to no avail.

    Non-Working Page
    [display-posts category=”other-media” include_excerpt=”true” include_excerpt_dash=”true” excerpt_more=”Continue Reading” excerpt_more_link=”true” include_date=”true” date_format=”F j, Y” image_size=”thumbnail” wrapper=”div” wrapper_class=” listing image-left” meta_key=”_thumbnail_id”]

    Working Page
    [display-posts category=”culture-of-peace” include_excerpt=”true” include_excerpt_dash=”true” excerpt_more=”Continue Reading” excerpt_more_link=”true” include_date=”true” date_format=”F j, Y” image_size=”thumbnail” wrapper=”div” wrapper_class=” listing image-left” meta_key=”_thumbnail_id”]

  • The topic ‘Display Posts only showing 1 post’ is closed to new replies.