Changeset 766798
- Timestamp:
- 09/04/2013 09:19:06 AM (13 years ago)
- File:
-
- 1 edited
-
remove-links-from-comments/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
remove-links-from-comments/trunk/readme.txt
r766785 r766798 1 === Remove link from comments ===1 === Remove links from comments === 2 2 Contributors: Fivera 3 3 Donate link: … … 13 13 This simple Plugin removes the website field in your comments and also hides all the hyperlinks from comment author user names. 14 14 15 Why is this plugin important? 16 Well i dont know where to start from :D 17 18 Ill start with saying that the external links from our websites pass some of our own juice to the website that they link to. That is not a bad thing at all, i love my juice being passed to websites like WordPress.org or to the websites that have similar content like mine e.g. : websites of the plugin authors that i review and promote on fivera.net or a cool online tool that i use like Pingdom or codepen.io 19 20 But i certainly dont want my juice to go to exterminate rats with this great new poison website, only because the author has made a decent comment on one of my articles. 21 22 So Ive created this simple yet effective plugin to keep the external links to the minimum. 23 15 24 == Installation == 16 25 17 1. Upload the `remove-link -from-comments` folder to the `/wp-content/plugins/` directory26 1. Upload the `remove-links-from-comments` folder to the `/wp-content/plugins/` directory 18 27 1. Activate the plugin through the 'Plugins' menu in WordPress 19 28 … … 21 30 22 31 = What does this plugin do? = 32 Remove links from comments plugin does only two things. 23 33 24 This plugin modifies the behavior of get_author_comment_link, a function in comment-template.php. It strips all HTML tags from the output, so commenter names never link to the website URLs they might have provided when leaving comments. 25 It also modifies comment_form_default_fields and hides the url_filtered field from the future comments. 34 1. It removes the Website field from the comments - modifies comment_form_default_fields 35 36 2. It hides the the hyperlink under comment author box - modifies the behavior of get_author_comment_link 37 38 So all the feature comments will not have the website field at all and you don't have to worry about the comments that are already on your website as it will automatically hide them showing only the comment authors name as a plain text. 39 40 26 41 = Where can I see the change? = 27 42
Note: See TracChangeset
for help on using the changeset viewer.