Skip to content

Instantly share code, notes, and snippets.

@SebastienGicquel
Created August 28, 2015 11:52
Show Gist options
  • Save SebastienGicquel/70defcc3a39a005fc590 to your computer and use it in GitHub Desktop.
Save SebastienGicquel/70defcc3a39a005fc590 to your computer and use it in GitHub Desktop.
export facet #1
{"facets":[{"label":"Films ACF genres","name":"films_acf_genres","type":"checkboxes","source":"acf\/field_55af8e71be4fc","parent_term":"","orderby":"count","operator":"and","hierarchical":"no","ghosts":"no","preserve_ghosts":"no","count":"10"},{"label":"films ACF structure","name":"films_acf_structure","type":"checkboxes","source":"acf\/field_55b88aeeb68df\/field_55b88aefb68e0","parent_term":"","orderby":"count","operator":"and","hierarchical":"no","ghosts":"no","preserve_ghosts":"no","count":"10"},{"label":"films acf theme","name":"films_acf_theme","type":"checkboxes","source":"acf\/field_55af8f33be4fd","parent_term":"","orderby":"count","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; ?>"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment