Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll want to use a child theme to do this. Once you’ve created a child theme, create a new functions.php file, and in that file, put the following:

    <?php
    
    remove_filter( 'the_content','skeleton_thumbnailer' );
    
    ?>

    I think that’ll do it.

    Thread Starter BandittenJacob

    (@bandittenjacob)

    And so it would 🙂 Thanks a lot man. I have fought with this for hours. 🙂 I already had the childtheme installed, as per that installation link i posted, so it was kind of easy just to put

    remove_filter( ‘the_content’,’skeleton_thumbnailer’ );

    into the existing funcions.pgp file in that theme. 🙂

    Thread Starter BandittenJacob

    (@bandittenjacob)

    i mean functions.php 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove thumbnail from posts’ is closed to new replies.