WP Manifestindependent plugin directory
manifest / seo / comment-link-rel-manager

Rel

Change rel='nofollow' to rel='follow' in comments of your site for any role you want :)

by Dariush Vesal · github.com/devlifex/comment-link-rel-manager · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/devlifex/comment-link-rel-manager/archive/refs/heads/master.zip

Readme

Comment Link Rel Manager

Change rel='nofollow' to rel='follow' in comments of your site for any role you want :)

Description

WordPress 1.5 and above automatically assigns the nofollow attribute to all user-submitted links (comment data, commenter URI, etc). this plugin can manage nofollow, Simply you can check your role and nofollow become follow

A few notes about the features:

  • Specific capability, So you can assign to your managers
  • Use standard structure for plugin development
  • No footprint after deactivation
  • Every function has Comment for more readibility
  • Use comments_array hook for improving performance insted of signle hook
  • Multilanguage
  • Support custom role, so you can feel free to add your role

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Download Comment Link Rel Manager (version 1.0.0)
  2. Upload comment-link-rel-manager-1.0.0.zip to the /wp-content/plugins/ directory and extract it
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Go http://yoursite.com/wp-admin/admin.php?page=rel

Changelog

1.0
  • Add convert nofollow to follow functionality
  • Add persian language

Read the full README on GitHub →