Advertisement
richardrottman

Add tags at the bottom of posts (nothing fancy)

Dec 3rd, 2020
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. add_action( 'astra_entry_content_after', 'add_script_after_entry_after' );
  2. function add_script_after_entry_after() {
  3.     if ( is_single() ) {
  4.             the_tags()
  5.         } // end of if is_single()
  6.     } // end of add_script_after_entry_after()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement