Skip to content

Instantly share code, notes, and snippets.

@bmdinteractive
Created November 20, 2017 19:28
Show Gist options
  • Save bmdinteractive/219b34ac333bf651ba8d1961f307e82b to your computer and use it in GitHub Desktop.
Save bmdinteractive/219b34ac333bf651ba8d1961f307e82b to your computer and use it in GitHub Desktop.
function shortcode_name(){
// Shortcode Description
ob_start(); ?>
<?php
wp_reset_query();
return ob_get_clean();
}
add_shortcode('shortcode_name', 'shortcode_name' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment