Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function custom_func() {
  2. if (is_singular('post')){
  3. echo do_shortcode("[PUT UBERMENU SHORTCODE HERE]");
  4. }
  5. }
  6. add_action('ava_after_main_container', 'custom_func');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement