Hi,
Does anyone know of a resource which will provide me with the necessary code to modify the presentation of my blog's homepage? I'm trying to give Wordpress more of a CMS feel to it and I want the homepage to be a type of splash page.
On the homepage I would have:
The most recent post in full
Post 2,3,4,5 display as excerpts with a 'read more' link
The 5 most recent comments displayed within the main content area (not within the sidebar)
And a few other items..
In pseudocode terms the design would be"
Code:
if user is on the homepage{
display x,y,z within main-content div and drop the sidebar }
if user is on a single post {
display the post's content and place a sidebar to the right