.Stealth Posted June 8, 2010 Share Posted June 8, 2010 Hi guys, Having a little trouble building a wordpress template. On the index page of the blog, i want the posts list to be set out in containers. These containers will display as follows: 'post title' and 'date posted' on the top image on the left post text to the right 'amount of comments' and 'category's posted in' along the bottom Now i can do the styling, that isn't my problem. My problem is, how do i get all of those "elements" on their own and put them in separate divs ready for styling. At the minute, as i understand it, <?php the_content('Read more');?> gets all of those things but just bunches them together how wordpress thinks is best. It's my first dabble at wordpress and it isn't quite as easy as i thought Any help appreciated. Quote Link to comment Share on other sites More sharing options...
.Stealth Posted June 9, 2010 Author Share Posted June 9, 2010 Had a look around on Theme Forest and this template has the kind of thing i'm trying to do: http://www.kriesi.at/demos/newscast/ Quote Link to comment Share on other sites More sharing options...
calvinklein Posted June 20, 2010 Share Posted June 20, 2010 Hey there are different tags to display different elements in wordpress the_title() - to display the title of the post the_content() - displays content of the pst the_comment() - displays comments related to the post the_author() - displays the author name the_date() - display date of the post website development australia Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.