'; echo '

'.esc_html__('Continue reading...', 'amani').'

'; $next_post = get_next_post(); $prev_post = get_previous_post(); if($next_post) { $post = get_post($next_post); amani_the_article(); } if($prev_post) { $post = get_post($prev_post); amani_the_article(); } echo ''; } // Getting Footer instagram if(function_exists('wpiw_widget')) { $amani_footer_instagram = amani_get_option('footer_instagram'); amani_single_instagram_widget($amani_footer_instagram); } ?>