Skip to content

Instantly share code, notes, and snippets.

@jarednova
Created December 9, 2013 21:22
Show Gist options
  • Save jarednova/7881153 to your computer and use it in GitHub Desktop.
Save jarednova/7881153 to your computer and use it in GitHub Desktop.
<?php
get_header();
echo 'whatever'.get_the_title();
the_content();
$data = array();
$data['post'] = new TimberPost();
Timber::render('article-meta.twig', $data);
get_footer();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment