Jump to content

Wordpress Help


.Stealth

Recommended Posts

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 :D

 

Any help appreciated.

Link to comment
https://forums.phpfreaks.com/topic/204236-wordpress-help/
Share on other sites

  • 2 weeks later...

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

 

Link to comment
https://forums.phpfreaks.com/topic/204236-wordpress-help/#findComment-1074601
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.