No image showing in single post
-
My problem is that the posts Images are not shown. It is supposed to be simple T.T but i dont get it.
This is my code inside single.php
<div id="single_post"> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <h2><?php the_title(); ?></h2> <h3><?php the_time('F jS, Y') ?></h3> <?php the_post_thumbnail('full');?> <p><?php the_content(); ?></p> <?php endwhile; ?> <nav> <?php previous_post_link('%link', '< Previous ' , in_same_cat, 'excluded_categories'); ?> <?php next_post_link('%link', ' Next > ', in_same_cat, 'excluded_categories'); ?> </nav> </div>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘No image showing in single post’ is closed to new replies.