Changing Order of Posts for Taxonomy Archive in Genesis Loop
Need to change the sort direction or filter output based on Taxonomy for a Genesis theme? This method will work for you.
Need to change the sort direction or filter output based on Taxonomy for a Genesis theme? This method will work for you.
$params = array( 'select' => 't.*, COUNT( relationship.ID ) AS relationship_count', 'groupby' => 't.ID', 'having' => 'relationship_count < 2', );
Find items of a pod.
Advanced Filtering for WordPress: Use FacetWP to add faceted search to your eCommerce sites, resource libraries, listing pages and more.
Searching through your custom content, grouping, sorting & filtering your content by taxonomy and pulling it all together to help people find what they’re looking for in your Pods content.
We are happy to announce the PodsCast, a live, bi-monthly video podcast with Pods team members. Each week we will spend about an hour talking about a specific part of Pods and answering user questions. Users can submit their questions on twitter using the hashtag #podscast or the #podscast channel in our Slack. For our first episode …
An overview of creating the Tutorial Series Taxonomy Archives used in our prior version of the Pods website. Helpful for understanding how Taxonomy Archives work and how to customize them.