Forums

Front Page - Recent post problems (5 posts)

  1. Jeffstott
    Member
    Posted 6 months ago #

    First off Im using the following:
    Theme Desk Mess Mirrored with 4 Widgets
    You are using WordPress 3.2.1.

    Im not using a static 1st page but I am using the plugin called Blog Introduction which shows an introduction before posts.

    The problem Im having is that my 1st page shows my most recent posts in FULL which I dont want.
    Ive tried to go to settings / reading and set each article to show Summary
    But that has no effect.
    I've also tried the plugin "Excerpt" and set it to display 40 words. Still my most recent posts on my main page show up in full.

    Anyone know what Im doing wrong?

  2. Jeffstott
    Member
    Posted 6 months ago #

    I forgot tto say what my site is called for you to have a look.

  3. Jeffstott
    Member
    Posted 6 months ago #

    jeffs-barbershop dot com

  4. Hampton Paulk
    Member
    Posted 6 months ago #

    the theme mentioned above uses the_content (http://codex.wordpress.org/Function_Reference/the_content) to display your post data on the home page. If you have the <!--more--> quicktag in your posts then it should display only the text above that tag. Otherwise it will display the full post content.

  5. alchymyth
    The Sweeper
    Posted 6 months ago #

    Ive tried to go to settings / reading and set each article to show Summary

    that setting is for rss feeds only.

    there might be the possibility to locate the template for the front page (possibly index.php; or see http://codex.wordpress.org/Template_Hierarchy)
    and replace the_content(); with the_excerpt();
    http://codex.wordpress.org/Function_Reference/the_excerpt

Reply

You must log in to post.

About this Topic