Advertisement
carlh1

page.php

Mar 11th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. $latteParams['post'] = WpLatte::createPostEntity(
  3. $GLOBALS['wp_query']->post,
  4. array(
  5. 'meta' => $GLOBALS['pageOptions'],
  6. )
  7. );
  8.  
  9. /**
  10. * Fire!
  11. */
  12. WPLatte::createTemplate(basename(__FILE__, '.php'), $latteParams)->render();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement