Viewing 8 replies - 16 through 23 (of 23 total)
  • I resolved this problem using logangreer solution.
    Work fine for me.

    logangreer‘s solution works perfectly for me. Thanks!

    I am looking for the same solution as Jorrit.
    My template BizLite does not have the
    the_excerpt() or
    the_content()
    in either the category.php or archive.php files.
    What should I do? One of those plug-ins seem to work for me either.
    https://catamountav.com

    My theme doesn’t have a loop.php file either

    Shane G’s solution worked exactly right for me.

    I went to my Loop.php file and found this:
    <?php the_excerpt(); ?>

    and replaced it with:
    <?php the_content(); ?>

    Yep it’s in loop.php

    Replacing
    the_excerpt()
    with
    the_content()
    in the loop.php file did NOT work for me (theme: thrid-style). However, the Post Teaser plugin mentioned by petrusfajarsubekti worked fine.

    I suppose it all depends upon the theme.

    dirk

    (@dirk_netherlands)

    Thanks logangreer this is what I wanted, and so very simple.

    dotnetz

    (@dotnetz)

    My theme doesn’t have file loop.php, archive.php, category.php

    i can’t find any the_excerpt() function in my theme.

    How should I do?

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘show full post from category’ is closed to new replies.