Skip to content

Instantly share code, notes, and snippets.

@syamilmj
Created July 29, 2013 23:28
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 syamilmj/6108795 to your computer and use it in GitHub Desktop.
Save syamilmj/6108795 to your computer and use it in GitHub Desktop.
index.php
<?php get_header(); ?>
<?php get_template_part( 'includes/contents/content', 'stream'); ?>
<?php get_template_part( 'includes/contents/content', 'index' ); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment