Skip to content

Instantly share code, notes, and snippets.

@cburyta
Created July 24, 2012 20:02
Show Gist options
  • Save cburyta/3172265 to your computer and use it in GitHub Desktop.
Save cburyta/3172265 to your computer and use it in GitHub Desktop.
<?php // Contact Us page ?>
<?php query_posts( 'pagename=contact-us' ); ?>
<?php get_template_part('page', 'contact') ?>
<?php wp_reset_postdata(); // Reset Post Data ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment