Home
[insert_php]
/*
Template Name: Home Page – Style 1
*/
?>
‘posts_per_page’ => ’10’,
‘tag__in’ => ot_get_option(‘featured_news’)
);
?>
-
‘ignore_sticky_posts’ => ‘1’,
‘offset’ => ‘5’,
‘ignore_sticky_posts’ => ‘1’
);
?>
‘category__in’ => $category,
‘no_found_rows’ => true
);
?>
<?php get_footer(); [/insert_php]