Skip to content

Instantly share code, notes, and snippets.

@bcoco
Created February 3, 2015 15:44
Show Gist options
  • Save bcoco/e611718344e65993b8a5 to your computer and use it in GitHub Desktop.
Save bcoco/e611718344e65993b8a5 to your computer and use it in GitHub Desktop.
All Facets
{"facets":[{"label":"Categories","name":"categories","type":"dropdown","source":"tax\/category","label_any":"Any","parent_term":"","orderby":"count","count":"10"},{"label":"Career Stage","name":"career_stage","type":"dropdown","source":"tax\/career-stage","label_any":"","parent_term":"","orderby":"display_value","count":""},{"label":"Rating","name":"rating","type":"checkboxes","source":"tax\/rating","parent_term":"","orderby":"display_value","operator":"and","hierarchical":"no","ghosts":"no","preserve_ghosts":"no","count":"10"}],"templates":[{"label":"Default","name":"default","query":"<?php\nreturn array(\n 'post_type' => 'any',\n 'posts_per_page' => 15,\n);","template":"<?php while ( have_posts() ) : the_post(); ?>\n <div><a href=\"<?php the_permalink(); ?>\"><?php the_title(); ?><\/a><\/div>\n<?php endwhile; ?>"},{"label":"Career Stage","name":"career_stage","query":"<?php\nreturn array(\n'post_type' => 'career-stage',\n'posts_per_page' => 15,\n);","template":"<?php while ( have_posts() ) : the_post(); ?>\n<div><a href=\"<?php the_permalink(); ?>\"><?php the_title(); ?><\/a><\/div>\n<?php endwhile; ?>"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment