• I want to reorganize category pages based on the metadata for ‘type’ and am having a hard time. Here are different values for the metadata ‘type’:

    1. Story
    2. Presentation
    3. Link

    The page I am trying to make is below

    Category Heading – this is easy
    Category Description – also easy

    problem starts below

    ‘<h2>Story</h2>
    <mini loop for all posts with meta data “story”>’

    ‘<h2>Presentations</h2>
    <mini loop for all posts with meta data “presentation” >’

    ‘<h2>Links</h2>
    <mini loop for all posts with meta data “link” >’

    I have been using the fantastic plugin https://www.coffee2code.com/wp-plugins/#getcustom n, but am having a hard doing the mini loops. Ideally, the h2 would not show up unless a resource were present in the loop.

    Anyone who can help would be greatly appreciated. thanks so much!

    Matthew

  • The topic ‘reoganizing category listing by metadata’ is closed to new replies.