Skip to content

Instantly share code, notes, and snippets.

@Kimmich-DigitalMedia
Created March 13, 2014 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kimmich-DigitalMedia/9524097 to your computer and use it in GitHub Desktop.
Save Kimmich-DigitalMedia/9524097 to your computer and use it in GitHub Desktop.
The "Page Template" of a custom WordPress page
<?php
/*
Template Name: Articles
* The template for displaying the "ARTICLES" jump page.
*/
?>
<?php get_header(); ?>
<?php include("partials/_article_content.php"); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment