<?php function magone_shortcode_slider_display( $atts = array(), $content = "" ) { return magone_article_box('slider', $atts, $content); }