Skip to content

Instantly share code, notes, and snippets.

View Galibri's full-sized avatar
🏠
Working from home

Muhammad Asadullah Al Galib Galibri

🏠
Working from home
View GitHub Profile
//shrotcode for slider post type query
function apbd_slider_list_shortcode($atts){
extract( shortcode_atts( array(
'count' => 2,
'type' => 'industry-slide'
), $atts) );
$args = array(
'posts_per_page' => $count,
'post_type' => $type