Skip to content

Instantly share code, notes, and snippets.

@Agressiva86
Created December 18, 2018 10:03
Show Gist options
  • Select an option

  • Save Agressiva86/22811fc79d2c38335cd531bcf21f7e5b to your computer and use it in GitHub Desktop.

Select an option

Save Agressiva86/22811fc79d2c38335cd531bcf21f7e5b to your computer and use it in GitHub Desktop.
front-index.twig
<?php
/*
Template Name: Front Index
Template Post Type: front
*/
$context = Timber::get_context();
$context['posts'] = Timber::get_posts();
Timber::render( 'views/templates/front/front-index.twig', $context );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment