Trying A Different Front Page Design

January 30th, 2007

I write way too many posts that fall off the front page before I’d like, so I’m playing around with a slighty different front page design. It’s basically showing 15 excerpts with cute little icons. The category and search results pages look similar to this design.

In case you’re wondering, it’s a matter of changing the front index.php to have < ?php the_excerpt> instead of the full content. Then you have to make sure all your posts have an image icon and a text excerpt in the Optional Excerpt field.

Anyhow, just testing; it’s easy enough to put this back the way it was if it doesn’t prove to be useful.

Note: I added a “Read the rest of this entry” link at reader Char’s suggestion, as clicking on the post title isn’t totally intuitive.

9 Comments

  1. Mike says:

    I was skeptical, but that looks pretty good, actually.

  2. webomatica says:

    yeah I’m kind of intrigued by it. I think the thing I need to add is a previous / next post button on the single post view.

  3. Char says:

    Hey! I like it, but I have one little note. It is not intuitively obvious how to get to the rest of the story. Some blogs use the word “More…” or some variation of that. It wasn’t until I clicked on the post name that I realized that there really was more.

    Otherwise — I really like it.

  4. webomatica says:

    Hi Char… good point. I’m sure there’s a way to add that.

    Otherwise, people may think my posts consist of 1 paragraph apiace :)

  5. engtech says:

    Putting a word count before the more would be good as well.

    This is essentially what I do with posts that fall off the front page:
    http://engtech.wordpress.com/page/3/

    Making the read more obnoxiously big helped as well.

  6. Webomatica says:

    Gee, so many useful comments — good thing WordPress is easy to tweak. Is a plug in needed for a word count, or is that something callable by a WordPress tag? Ill look into it.

  7. webomatica says:

    Okay — got a “read more” plus a word count thingie courtesy a plug in.

  8. tunequest says:

    Yeah, the “Read More + word count” definitely helps. Makes the front page seem more like an index/launching point, making the recent stuff easier to scan. And that’s good; before, if I didn’t subscribe to your feed, I’d have missed half your posts.

    Good stuff.

  9. Webomatica says:

    Okay, good to hear. Thanks for offering suggestions. I’m pleased that it was all constructive and stuff that is straightfoward to do — plus I’m learning more about WordPress in the process.