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!
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!
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();
}
?>This topic has been closed to new replies.