Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter eldoinc

    (@eldoinc)

    I 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?

Viewing 1 replies (of 1 total)