• Well, i would have thought this would be simple, but i cant figure it out i am currently just using the wp_list_comments bit of code, as i wanted to keep that code simple and then get the comments to look how i want with css but i dont think its going to work. I want the avatar, author name and date it was posted on the left and then the comment text on the right so it is easier to read the comment. Will i need to change back to the longer code to try and sort this?

    https://www.lsw-design.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • No – I’ve managed that sort of layout using pure CSS and wp_list_comments.

    Thread Starter lukewilde

    (@lukewilde)

    Any chance you can suggest how i can do it? Have tried using firebug to see how others have done it, but it hasnt worked so far. Just not sure how to get the comment text and the reply button to go on the right ??

    The default theme Twenty-Ten has what you are looking for. You could open up the Twenty-ten css and copy the comment styles over to your stylesheet. ??

    Thread Starter lukewilde

    (@lukewilde)

    Didnt work ??

    The comment content just wont go to the right instead of being under the avatar.

    Try commenting out or backup your CSS file. Then delete your existing comment code and paste the comments code from twenty-ten directly in there.

    Then just use <?php comment_form(); ?> in your theme wherever you want your comments to show up. See if that works…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Simple question’ is closed to new replies.