Use in Templates via PHP
You can easily display a loop designer loop somewhere in your templates.
Display a loop designer loop
tk_loop_designer_list_posts($atts,$content = null);
List of attributes:
$atts = array(
'featured_id' =>'unique-id',
'amount' => '12',
'posts_per_page' =>'4',
'category_name' => '0',
'page_id' => '',
'post_type' => 'post',
'orderby' => '',
'order' => '',
'featured_posts_show_sticky' =>'off',
'img_position' =>'mouse_over',
'height' => 'auto',
'show_pagination' =>'show',
'pagination_ajax_effect' =>'fadeOut_fadeIn',
'featured_posts_image_width' =>'222',
'featured_posts_image_height' =>'160',
);
?>