January 4, 2013 at 12:01 am
#2057
Keymaster
That isn’t one of the options when setting up a Post Grid Slider, so that won’t be possible. You could possibly use the Post List Slider but substitute in the file used to display posts for the Post Grid Slider. I’m not sure what that’ll look like, but you could try.
function my_template_parts( $parts ){ $parts['list_slider'] = 'grid'; return $parts; } add_filter( 'themeblvd_template_parts', 'my_template_parts' );
Reference: http://dev.themeblvd.com/tutorial/editable-content-files/