Hi,
How do I get the "Prev. - Next" (or with arrows) navigation for the Gallery in pages ?
Thanks in advance.
Marcos.
Want to go deeper?
The extensive options of our News Show Pro widget are all definable in the shortcode, which allows you to control the number of article showcases, choose whether an image, title, text snippet and read more are displayed and their respective sizes and lengths, and many more options. A full list of available attributes are available here.
'title' => '',
'widget_css_suffix' => '',
'use_css' => 'on',
// data source
'data_source_type' => 'wp-latest',
'data_source' => '',
'json_filelist' => '',
'xml_filelist' => '',
'wp_category_list' => array(),
'woocommerce_category_list' => array(),
'post_types_list' => array(),
'orderby' => 'ID',
'one_per_category' => 'off',
'order' => 'DESC',
'offset' => '0',
'data_source_blog' => '',
'article_wrapper' => 'default',
// articles amount
'article_pages' => '1',
'article_cols' => '1',
'article_rows' => '1',
// links amount
'links_pages' => '0',
'links_rows' => '0',
// paginations
'article_pagination' => 'pagination',
'links_pagination' => 'pagination',
// article format
'article_format' => 'none',
// article title format
'article_title_state' => 'on',
'article_title_len' => '10',
'article_title_len_type' => 'words',
'article_title_order' => '1',
// article text format
'article_text_state' => 'on',
'article_text_len' => '20',
'article_text_len_type' => 'words',
'article_text_order' => '2',
'parse_shortcodes' => 'off',
// article text format
'article_image_state' => 'on',
'article_image_w' => '160',
'article_image_h' => '120',
'article_image_pos' => 'top',
'article_image_order' => '3',
'article_image_popup' => 'on',
'article_image_filter' => 'none',
'article_default_image' => '',
// article info format
'article_info_state' => 'on',
'article_info_format' => '{DATE} {CATEGORY} {AUTHOR} {COMMENTS}',
'article_info_date_format' => 'd M Y',
'article_info_order' => '4',
// article readmore format
'article_readmore_state' => 'on',
'article_readmore_order'=> '5',
// links title format
'links_title_state' => 'on',
'links_title_len' => '10',
'links_title_len_type' => 'words',
// links text format
'links_text_state' => 'on',
'links_text_len' => '20',
'links_text_len_type' => 'words',
// links image format
'links_image_state' => 'off',
'links_image_w' => '80',
'links_image_h' => '60',
'links_default_image' => '',
'links_image_filter' => 'none',
'links_image_popup' => 'off',
'links_image_block_padding' => '',
'links_readmorelink_state' => 'off',
// links readmore format
'links_readmore_state' => 'off',
'links_readmore_text' => '',
'links_readmore_url' => '',
'links_readmore_title_state' => 'on',
// paddings
'article_block_padding' => '20px 0',
'image_block_padding' => '0',
// cache time
'cache_time' => '60',
// Autoanimation
'autoanim' => 'off',
'autoanim_interval' => '5000',
'autoanim_hover' => 'on',
// Font Awesome
'fontawesome_state' => 'off'
Then, to tell NSP exactly which category to take posts from, add this attribute:
wp_category_list="X"
is the problem.. Using my entire code string listed above, where should I place: wp_category_list="food"?? Thanks!!data_source_type="wp-category" wp_category_list="food"
Warning: implode(): Invalid arguments passed in /home/content/p3nexnas05_data02/18/2131418/html/wp-content/plugins/gk-nsp/data_sources/wp/wp.php on line 64
[gknsp cache_time="0" widget_css_suffix="products" article_cols="4" article_rows="2" data_source_type="wp-category" wp_category_list="food,uncategorized" article_text_state="off" article_image_w="350" article_image_h="400" article_image_order="1" article_image_popup="off" article_title_order="2" article_readmore_state="off" article_block_padding="0px 7px 64px 7px" image_block_padding="0 0 0px 0" ]
wp_category_list="129,206"