• On my blog home page, it shows the most recent postings, which is what I want. However it shows the posts in their entirety, which is not my goal.

    I’d like to have the main page show the most recent 10 or so posts I have made. But only showing the introduction of each post, where the reader would have to click on the post title to read the full post.

    My page is currently showing the most recent 3 posts I have made, and my main page is probably 15 pages in length – looks pretty tacky.

    I’ve gone to Dashboard -> Settings -> Reading and changed the ‘For each article in feed, show…’ From “Full Text” to “Summary” but it didn’t change what shows up on the main page.

    Any help would be appreciated, thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • It depends upon the theme. Which theme are you using??

    Thread Starter Vel252

    (@vel252)

    Coogee version 0.2.2

    You may try searching index.php file for ::

    the_content();

    and replace it with :

    the_excerpt();

    Thread Starter Vel252

    (@vel252)

    Where would I find the index.php file?

    Sorry, I’ve only been using WordPress for a day. >.<

    In your hosting control panel,
    wp-content >> themes >> coogee(themenamedirectory) >> index.php

    Thread Starter Vel252

    (@vel252)

    I couldn’t figure it out so hopped in live chat with my host and they followed your directions and made it happen! Thanks!

    Thread Starter Vel252

    (@vel252)

    Eh, scratch that. I wasn’t able to click on the post and see the full version.

    I think I’ll deal with it for awhile until I gain more experience with all this. =P

    Thank you though!

    Try adding this after the first “” ?> “” after the_excerpt(); statement.

    <a href="<?php the_permalink(); ?>" title="Continue Reading">Read article</a>
    Thread Starter Vel252

    (@vel252)

    Didn’t work either.

    Think I might talk to a friend of a friend and see if he’ll be willing to do it for a few bucks. This coding thing gives me a headache. lol

    Thanks for your time though, I appreciate it!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Blog posts are showing up fully on home page, instead of summarized.’ is closed to new replies.