• i can’t seem to enable post thumbnails on my page using the blog.txt theme using the default “add.support…” script to the function.php file.

    if you can suggest anything i’m missing or a possible workaround, that would be super.

    thanks!

Viewing 1 replies (of 1 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Can you insert a post thumbnail when you edit or create a new post or page?
    Did you put this within the loop in your theme’s template files:

    <?php
    if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
      the_post_thumbnail();
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘enable post thumbnails problem’ is closed to new replies.