I am using two of the same themes on two different blogs. But blog a, the content is not being shown, only excerpts.
example
http://footpervert.com/wordpress/category/foot-fetish/
on blog b, everything is perfect, same theme!
example b
http://naturallyvoluptuous.com/wordp.../busty-coeds//
please, what am i doing wrong? I checked the php and an example of the page php is
<?php if (have_posts()) : ?>
<div id="post-area">
<?php while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="stumblr-title"><h1><?php the_title(); ?></h1></div>
<div class="stumblr-content">
<?php if ( has_post_thumbnail() ) { ?><div class="stumblr-image"><?php the_post_thumbnail( 'stumblr-large-image' ); ?></div><?php } ?>
<?php the_content(); ?>
<?php wp_link_pages(); ?>
<?php comment_form(); ?>
</div>
stumblr is the name of the theme, fyi.
thanks in advance!!
