Greetings All,
I'm a newbie trying to code a custom structure for my index.php page [ for the default home page ] in wordpress. So far, I've tried various approaches but don't seem to be making any progress [ my page just shows up as blank when tested ].
In a nutshell, I'm trying to achieve the following structure
- Header = (Logo, Search Form) + (Navigation)
- Leader Board = (Text Widget + Posts Slideshow {smoothgallery})
- Content = Row 1 ( Category Title + Brief Description (Hard Coded in HTML) + 4 Most Recent Posts { Post Title Permalink, Post Thumbnail, Post Excerpt } ) + ( Category Title + Brief Description (Hard Coded in HTML) + 4 Most Recent Posts { Post Title Permalink, Post Thumbnail, Post Excerpt } ) + ( Category Title + Brief Description (Hard Coded in HTML) + 4 Most Recent Posts { Post Title Permalink, Post Thumbnail, Post Excerpt } )
- Footer
With the above layout, it is evident that I have to use multiple loops for the Category-Posts lists.
Could someone please help out with the multiple loops [ where possible, a working code would be super :P ] for the content section, I'm desperate.
Cheers