• Resolved ameljor322

    (@ameljor322)


    Hi, I am using Aldehyde Theme and have searched and searched and am still confused as to how to change the category from showing full posts to excerpts.

    Do I change this in Archives.php?

    <?php /* Start the Loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>

    <?php
    /* Include the Post-Format-specific template for the content.
    * If you want to override this in a child theme, then include a file
    * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    */
    get_template_part( ‘content’, get_post_format() );
    ?>

    Is this what I should be looking at?

    thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    get_template_part( ‘content’, get_post_format() ); => Look at: content.php 🙂

    Thread Starter ameljor322

    (@ameljor322)

    Hey there, sorry but I have no idea what you mean 🙁 I looked at content.php but not sure what I am looking for.
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘category Posts to Excerpts’ is closed to new replies.