lostechies / wordpress

Our wordpress install
http://lostechies.com
Other
3 stars 2 forks source link

show only snippets of blog posts on the homepage, not full posts #14

Closed mxriverlynn closed 13 years ago

mxriverlynn commented 13 years ago

I would rather just see the titles and maybe small snippets of the blog post on teh site homepage, instead of the entire post. this should be a fairly trivial change in the theme files. i can probably make the change if you need...

jmeridth commented 13 years ago

Done

Change loop.php from show_content() to show_excerpt()

There are other views that still have show_content(). I'll address those as we see them.

Now I'm going to increase the number of posts shown. Have a number in mind?

jmeridth commented 13 years ago

I put it to 10