Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Is there a way to get the full code of the comments.php instead of the one I have with any recent theme where I just can edit few parts of it? I know it's encoded but I wonder if there's a chance to get the full code, replace the one in commments.php with the new one and then apply all my editing to it... Thanks

share|improve this question
1  
If your theme really does have encoded-- by which I assume you mean obfuscated and unreadable-- parts, don't use that theme. Comments can be complicated and the code is usually in several places but should be readable. – s_ha_dum Mar 18 at 14:40
which parts of the comments do you want to edit? you can customise the comments list via a callback of wp_list_comments() and the comment input via the parameters of comment_form() – Michael Mar 18 at 17:45
I would like to add a text link next to the commenters name only if they're also registered users, this text link should bring to their profile page (author.php) – user27309 Mar 18 at 21:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.