Skip to content

Instantly share code, notes, and snippets.

@bcoco
Created February 3, 2015 15:44
Show Gist options
  • Save bcoco/bc853e3508c81593169e to your computer and use it in GitHub Desktop.
Save bcoco/bc853e3508c81593169e to your computer and use it in GitHub Desktop.
Template - Career Stage
{"templates":[{"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