Excerpt on frontpage

Discussion in 'PHP' started by mole, Apr 13, 2009.

  1. #1
    I´ve got a problem with the excerpt code on my wp-theme(magazeen). The code cuts the two first posts. But the rest is fully shown. This is the code in index.php

    <?php endif; ?>
    							
    							<div class="post-intro">
    							
    								<?php the_excerpt( '' ); ?>
    								
    							</div><!-- End post-intro -->
    							
    						</div><!-- End post-content -->
    						
    						<div class="post-footer clearfix">
    						
    							<div class="continue-reading">
    								<a href="<?php the_permalink() ?>#more-<?php the_ID(); ?>" rel="bookmark" title="Continue Reading <?php the_title_attribute(); ?>">Continue Reading</a>
    							</div>
    PHP:
    would appreciate any help
     
    mole, Apr 13, 2009 IP
  2. bartolay13

    bartolay13 Active Member

    Messages:
    735
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    98
    #2
    post the the_excerpt function
     
    bartolay13, Apr 14, 2009 IP
  3. mole

    mole Member

    Messages:
    68
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    I´m pretty new and still learning php and the folder i got the magazeen-theme I can´t find any the_excerpt function. I´ve opened all the files to search for the term and only shows up in the index.php. Is it that simple? I do not have a code that defines the excerpt function? How can i get one to correct the error.?

    ty for the patience of a beginner..
     
    mole, Apr 14, 2009 IP