<?php function magone_shortcode_simple_one_display( $atts = array(), $content = "" ) { return magone_article_box('simple-one', $atts, $content); }