/home/edulekha/www/wp-content/themes/crocol/includes/shortcodes/shortcodes-blogging.php
<?php

function magone_shortcode_blogging_display( $atts = array(), $content = "" ) {
	return magone_article_box('blogging', $atts, $content);
}