Forums

Excerpt Editor Plugin... What The ...? (2 posts)

  1. tadale6
    Member
    Posted 10 months ago #

    Installed excerpt editor plugin, activated it...

    Posted to a category, full post shows up...

    What settings or files do I edit to automate all posts to categories as excerpts...?

  2. watershawl
    Member
    Posted 8 months ago #

    It only works if/when "the excerpt()" code is used. I use a custom Wordpress loop on my home page to show latest posts from an author named Zac:

    <?php query_posts("author_name=Zac&showposts=1"); while (have_posts()) : the_post(); the_excerpt(); endwhile; ?>

    The excerpt code can be inserted in any template page such as index.php, page.php, search.php, etc.

Reply

You must log in to post.

About this Topic