/** * AJAX handler for loading more posts in archive pages */ function nowbulletin_load_more_archive() { $page = isset($_POST['page']) ? intval($_POST['page']) : 2; $posts_per_page = 10; // Build query args from POST data, preserving all taxonomy and archive parameters $args = array( 'posts_per_page' => $posts_per_page, 'paged' => $page, ); // Process all possible query parameters sent via AJAX $allowed_vars = array( 'cat', 'tag_id', 'author', 'year', 'monthnum', 'day', 'tag', 'category_name', 'taxonomy', 'term', 'post_type', 's', 'post__in', 'post__not_in' ); foreach ($allowed_vars as $var) { if (isset($_POST[$var]) && !empty($_POST[$var])) { $args[$var] = $_POST[$var]; } } // Handle taxonomy queries specially if (isset($_POST['taxonomy']) && isset($_POST['term'])) { $args['tax_query'] = array( array( 'taxonomy' => sanitize_text_field($_POST['taxonomy']), 'field' => 'slug', 'terms' => sanitize_text_field($_POST['term']), ), ); } $archive_query = new WP_Query($args); if ($archive_query->have_posts()) : while ($archive_query->have_posts()) : $archive_query->the_post(); get_template_part('content', get_post_format()); endwhile; endif; wp_die(); } add_action('wp_ajax_load_more_archive', 'nowbulletin_load_more_archive'); add_action('wp_ajax_nopriv_load_more_archive', 'nowbulletin_load_more_archive'); Wizkid – Ghetto Love (Mp3 Download) clock menu more-arrow no yes

Wizkid – Ghetto Love

Ghetto Love by Wizkid

Wizkid – Ghetto Love

With the official release of his much-anticipated single, “Ghetto Love,” Nigerian megastar Wizkid made his debut for the year.

Some people have natural talent. Wizkid is among numerous skilled musicians who have won awards for vocals and acting.

The singer claims the perfect sound combines Afrobeat’s dynamic tempo and intensity with electronic dance music’s electronic and percussive vibes, energizing like fresh air.

With time, this chic new music will become a timeless classic that uplifts your spirits rather than depresses you, so you should add it to your playlist.

Listen and share your thoughts below:

DOWNLOAD MP3

You May Like

Latest Posts

Leave a Comment

Your email address will not be published.