Forums

Thumbnails not showing (1 post)

  1. TalyEmmanuela
    Member
    Posted 7 months ago #

    I've read about it in a couple of blogs but still didn't figure out why they are not appearing.

    I can add a thumbnail image to each post on the back office, however they don't appear in the page.

    I've noticed that in the content.php there is nothing calling for thumbnails although I've already tried to put this peace of code:

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

    and just to add,the following is stated in the functions.php:
    add_theme_support( 'post-thumbnails' );

    this is the link if anyone can help: http://dumptask.com/cinenoar/wordpress/

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 7 months ago by TalyEmmanuela
  • This topic is not resolved
  • WordPress version: 3.2.1