View Single Post
Old 02-15-2013, 08:53 AM  
digitaldivas
..I Heart Cannibal Corpse
 
digitaldivas's Avatar
 
Industry Role:
Join Date: Sep 2007
Location: California
Posts: 4,327
Wordpress PHP Question

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!!
__________________
...

Last edited by digitaldivas; 02-15-2013 at 08:56 AM..
digitaldivas is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote