• Resolved Alfredo978

    (@alfredo978)


    Hallo,
    I want use the post in excerpt, now all post are at full page.
    I have try to change this
    <?php get_template_part( 'content', get_post_format() ); ?>
    with this
    <?php the_excerpt(); ?>
    but the result is bad.
    help me, please.
    I don’t include a link to my site becouse there is the page of maintenance
    Excuse for my english

Viewing 1 replies (of 1 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    Alfredo978,

    You need to insert <?php the_excerpt(); ?> inside post format template.
    For example in content-single.php

    On line 32 replace <?php the_content(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘excerpt() post’ is closed to new replies.