Skip to content

Instantly share code, notes, and snippets.

View nasabikram's full-sized avatar

Bikram Shrestha nasabikram

View GitHub Profile
<?php
function portfolios_shortcode($atts){
extract( shortcode_atts( array(
'expand' => '',
), $atts) );
global $paged;
$posts_per_page = 6;
$settings = array(