• Hi,

    I’m trying to order a list of CDs by the year they were released. So, I have a CPT called CD that has a custom taxonomy called “year” connected to it. What I want is to display all the CDs released by an artist ordered by the year they were released.

    I always used [pods … orderby=”year.name” …] and it worked but now I see it has no effect. I tried adding this (Code Samples: Order by Numeric Field in Shortcode – Pods Docs) to functions.php and use “year.meta_value_num” or “year.name.meta_value_num” but with no effect.

    Is there something I could do?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can’t order by a Numeric Custom Taxonomy’ is closed to new replies.