Forums

Excerpt: 'Gemer template' (5 posts)

  1. dimedx
    Member
    Posted 1 year ago #

    Well, I'm trying to change the Gemer theme by dannci, and I can't find a way to show in 'categories' the full post instead of the first X words. It happens the same in the main page, where the 'Feature News' posts are not shown completely.

    I've changed almost everything I could find about the "excerpt" (I just could find some lines in the functions.php file), but I think that the solution is in other direction. I couldn't find any 'the_excerpt' line, so I can't change it to 'the_content'

    this is my blog: http://www.blog.veraex.com

    Can anybody help me?

    Thank You!

  2. curtismchale
    Member
    Posted 1 year ago #

    Please use http://pastie.org to put up the code from your archive.php file. This is where you will most likely find the_excerpt()

  3. dimedx
    Member
    Posted 1 year ago #

    http://pastie.org/1031887

    No the_excerpt :S

  4. curtismchale
    Member
    Posted 1 year ago #

    Yeah you're right. I'm guessing that this is a custom function

    <p><?php echo dp_clean($post->post_content, 150); ?></p>

    and should be changed to

    <?php the_content(); ?>

  5. dimedx
    Member
    Posted 1 year ago #

    Thank you, solved!

Topic Closed

This topic has been closed to new replies.

About this Topic