removed short code hardcoded in plugin
This commit is contained in:
parent
e3efa163e2
commit
3d28a6134a
|
@ -90,7 +90,7 @@ if( ! function_exists('hangar_show_categoriced') ){
|
||||||
echo $post->post_name . '<br />';
|
echo $post->post_name . '<br />';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
echo do_shortcode('[hangar-catlist category=5]');
|
//echo do_shortcode('[hangar-catlist category=5]');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if( ! function_exists('hangar_show_tagged') ){
|
if( ! function_exists('hangar_show_tagged') ){
|
||||||
|
@ -104,6 +104,6 @@ if( ! function_exists('hangar_show_tagged') ){
|
||||||
echo $post->post_name . '<br />';
|
echo $post->post_name . '<br />';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
echo do_shortcode('[hangar-taglist tag=5]');
|
//echo do_shortcode('[hangar-taglist tag=5]');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue