Title: Changing Display Order
Last modified: August 21, 2016

---

# Changing Display Order

 *  Resolved [EmuZone](https://wordpress.org/support/users/emuzone/)
 * (@emuzone)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/changing-display-order/)
 * How to change the order the plugin content appears in: (ect) Video, Post Meta
   and so on.
 * [http://wordpress.org/extend/plugins/automatic-youtube-video-posts/](http://wordpress.org/extend/plugins/automatic-youtube-video-posts/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [EmuZone](https://wordpress.org/support/users/emuzone/)
 * (@emuzone)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/changing-display-order/#post-3829484)
 * How can I remove the iFrame (ect) <?php tern_wp_youtube_video(); ?> from within
   the post content and add it in the template manually which I have done using 
   <?php tern_wp_youtube_video(); ?>?
 *  Plugin Author [ternstyle](https://wordpress.org/support/users/mpraetzel/)
 * (@mpraetzel)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/changing-display-order/#post-3829826)
 * Change line 30 of /core/video.php from:
 * `add_filter('the_content','WP_ayvpp_content');`
 * to:
 * `//add_filter('the_content','WP_ayvpp_content');`
 *  Thread Starter [EmuZone](https://wordpress.org/support/users/emuzone/)
 * (@emuzone)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/changing-display-order/#post-3829828)
 * This term (<?php tern_wp_youtube_video(); ?>)is causing an empty YouTube iFrame
   in none Automatic Youtube Video Posts when I add it in manually using the <?php
   tern_wp_youtube_video(); ?> term!
 * How can I get the video holder (ect)<?php tern_wp_youtube_video(); ?>
    Automatic
   Youtube Video Posts iFrame to only display on Automatic Youtube Video Posts as
   its leaving an empty YouTube iFrame in other post?
 *  Plugin Author [ternstyle](https://wordpress.org/support/users/mpraetzel/)
 * (@mpraetzel)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/changing-display-order/#post-3829829)
 * Check to see if the video exists first.
 *     ```
       <?php if(get_post_meta($post->ID,'_tern_wp_youtube_video',true) { ?>
       <?php tern_wp_youtube_video(); ?>
       <?php } ?>
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Display Order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/automatic-youtube-video-posts_e39595.
   svg)
 * [Automatic Youtube Video Posts Plugin](https://wordpress.org/plugins/automatic-youtube-video-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/automatic-youtube-video-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/automatic-youtube-video-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/automatic-youtube-video-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/automatic-youtube-video-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/automatic-youtube-video-posts/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [ternstyle](https://wordpress.org/support/users/mpraetzel/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/changing-display-order/#post-3829829)
 * Status: resolved