Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( ! function_exists( 'videotube_add_the_tag_after_title' ) ){
- function videotube_add_the_tag_after_title() {
- ?>
- <!-- Place your own code here -->
- <span class="meta"><?php print the_terms( $post->ID, 'country', '<span class="meta-info">'.__('country','mars').'</span> ', ' ' ); ?></span>
- <?php
- }
- //add_action( 'videotube_before_video_title' , 'videotube_add_the_tag_after_title' );
- add_action( 'videotube_after_video_title' , 'videotube_add_the_tag_after_title' ); // or after title.
- }
Advertisement
Add Comment
Please, Sign In to add comment