eldoinc
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Fixing WordPress
In reply to: post preview on homepage formatting different from full postI don’t think my them does use “the_excerpt()” function (Inuit-types theme) but I’m still looking … in the meantime, I found this code in the index.php.
<!-- Featured Posts: START --> <?php if ( $postcount <= get_option('inuitypes_featured_entries') && !$is_paged ) { ?> <div class="featured_post feat_background fl"> <?php if ( get_post_meta($post->ID,'image', true) ) { ?> <a>" href="<?php the_permalink() ?>"><img />/thumb.php?src=<?php echo get_post_meta($post->ID, "image", $single = true); ?>&h=<?php echo $imgheightf; ?>&w=<?php echo $imgwidthf; ?>&zc=1&q=80" alt="<?php the_title(); ?>" class="fll" style="margin-top:5px;" /></a><img />ID, "Thumbnail", true);?>" /> <span class="date_bg"><?php the_time('d M y'); ?></span> <?php } ?> <div class="featured_content"> <h2> <a>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a> </h2> </div> <div class="fix"></div> </div> <?php continue; } ?>Could this have something to do with the formatting?
- This reply was modified 8 years, 8 months ago by Steven Stern (sterndata). Reason: put code in backticks
- This reply was modified 8 years, 8 months ago by Steven Stern (sterndata).
Viewing 1 replies (of 1 total)