Tagged Questions
0
votes
1answer
456 views
change wordpress gallery shortcode to slider
Hi I wanted to change the default WordPress gallery short-code and make it a slider.
remove_shortcode( 'gallery' );
function gallery_filter( $atts, $content = null ) {
...