| Current Path : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/template-posts/ |
| Current File : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/template-posts/content.php |
<?php
/**
*
* The default template for displaying content
* @since 1.0
* @version 1.2.0
*
*/
if ( !is_single() ) {
get_template_part( 'template-posts/loop/inner-grid' );
} else {
get_template_part( 'template-posts/single/inner' );
}