Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.54 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The main template file.
  4.  *
  5.  * This is the most generic template file in a WordPress theme
  6.  * and one of the two required files for a theme (the other being style.css).
  7.  * It is used to display a page when nothing more specific matches a query.
  8.  * E.g., it puts together the home page when no home.php file exists.
  9.  * Learn more: http://codex.wordpress.org/Template_Hierarchy
  10.  *
  11.  * @package ThemeGrill
  12.  * @subpackage ColorNews
  13.  * @since ColorNews 1.0
  14.  */
  15. get_header(); ?>
  16.  
  17. <?php echo do_shortcode('[wonderplugin_slider id=3]'); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement