Simple Custom Shortcode for Displaying Posts
// Add a new custom grid shortcode module // Usage [myprefix_custom_grid posts_per_page="4" term="4"] // You can also go to Visual Composer > Shortcode Mapper to add your custom module function myprefix_custom_grid_shortcode( $atts ) { // Parse your shortcode settings with…