Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ternstyle

    (@mpraetzel)

    The plugin will add a thumbnail wherever your theme uses the_post_thumbnail function. If you don’t want to display a thumbnail, simply remove this function.

    Okay. But in this case we should happen to al function for other items and it is very useful.

    There are two solutions to this. Either we create two single.php
    eg single.defaut and single-x

    or

    must create a condition not to display the default thumbnail for the plugin.
    is that you have an example for this function?

    bye
    yougos

    Plugin Author ternstyle

    (@mpraetzel)

    You can turn the automatic thumbnail features off by changing line line 31 of /core/video.php from:

    add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');

    to:

    //add_filter('post_thumbnail_html','WP_ayvpp_thumbnail');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Automatic Youtube Video Posts Plugin] Remove video thumbnails in post?’ is closed to new replies.