• Hi,

    I’m currently redesigning a website and am using the new comment system: <?php wp_list_comments(); ?> Unfortunately this much more compact method removes the ability to easily add, edit and subtract elements and items (In my case I would like to remove the exact time from the comments and the “says” text.) I’m aware your supposed to use an array like the one I’m currently using to upscale the avatar icons. array ( 'avatar_size'=>80 ) However I’m no expert with WordPress and don’t really know what I should do to get the results I’d like without editing core system files. I’ve checked the codex and forums but haven’t really found anything of much help… probably haven’t looked hard enough.

    Any help is greatly appreciated.

  • The topic ‘Editing Comments’ is closed to new replies.