diff --git a/includes/hangar-tags-category-shortcode.php b/includes/hangar-tags-category-shortcode.php index 936c6ae..505bdd8 100644 --- a/includes/hangar-tags-category-shortcode.php +++ b/includes/hangar-tags-category-shortcode.php @@ -1,4 +1,8 @@ '; global $post; -$tmp_post = $post; + $tmp_post = $post; $myposts = get_posts("numberposts=$totalposts&category=$category&orderby=$orderby&order=$order"); foreach($myposts as $post) {