• Resolved rscarter1

    (@rscarter1)


    I have one main custom post type with two taxonomies created using pods.

    The post type is called “artworks” for which I’ve created a template and use this shortcode to call it:

    <p>[pods name="artwork" limit="20" template="List View" orderby="auction_date_new DESC"]</p>

    It lists each artwork and info according to the template, including the artist and bidders, the two taxonomies.

    Clickin on either the artist or any of the bidders takes you to that taxonomy term which lists all of the artworks by that artist, or all of the artworks bid on by that bidder (whichever term you click on) and to show those, I use this example shortcode:

    [pods field="artworks" template="Artist List of Works"][/pods]

    The custom taxonomy has the artworks field attached and so this shortcode works well, but I can’t order it, or limit it to create a paginated view. Both the orderby and limit terms will not work and say that a pod needs to be named.

    ANy hints on this or should I be going about this in a different way?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Taxonomy Item Help’ is closed to new replies.