• Resolved snowme

    (@snowme)


    Hi,

    I see you have built in ways to show Excerpts on the Home, Category & Search pages. How can I do the same with the Tag Archive pages. I’ve tried fooling around with the a child functions.php and is_tag variable but have had no success.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi snowme

    You can add manual settings

    add functions.php top ( <?php before )

    <?php
    $raindrops_where_excerpts = array( 'is_home', 'is_category','is_search', 'is_tag' );
    ?>

    above code means home, category, search result, tag archives show excerpt.

    Thank you.

    Thread Starter snowme

    (@snowme)

    Thanks nobita! Works great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Excerpts on Tag Archive Pages’ is closed to new replies.