Linux 软件免费装
Banner图

WP No External Links

开发者
更新时间 2018年12月8日 12:44
PHP版本: 2.6 及以上
WordPress版本: 5.0

标签

links nofollow seo link external links

下载

1.0.0 1.0.1 1.0.2

详情介绍:

Convert all external links into internal or nofollow links! This plugin is a fork of the hijacked and vulnarable "WP No External Links" plugin. The following critical issues have been fixed: To make the long story short, your links like "http://gmail.com" will be masked into "http://YourBlog.com/goto/http://gmail.com" - or "http://YourBlog.com?goto=http://gmail.com" Features If you need any extra features, just create a ticket via support forum. Known Issues This plugin may conflict with your caching plugins, including Hyper Cache. Usually adding redirect page to caching plugin exclusions works fine. If you disabled this plugin and still have links masked - check your chaching plugins.

安装:

  1. Upload the complete folder no-external-links to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure plugin via No External Links link under the Settings.
  4. Write posts with any kind of links, watch comments with links.

常见问题:

Is it an evil hack and black SEO?!

No. Please read Google's topics on SEO

How can I exclude my page with links from masking?

Just put URLs you need to the exclusion list or disable masking for specific post.

I've removed your plugin but links are still masked!

  • Deactivate other links related plugins.
  • Clear cache via chache plugins you are using.
  • Deactivate caching plugins.

How can I mask links in a custom field?

You will have to add just a line in a theme code where you output custom field data. To add same preprocessing for data as for comment text, use $metadata=apply\_filters('comment\_text',$metadata); For example, if you use some kind of metadata, it should look like this: $metadata = get\_post\_meta($id, 'MetaTagName', true); // get data from wordpress database $metadata=apply\_filters('comment\_text', $metadata); // add this line of code for preprocessing field value echo $metadata; //output preprocessed field value Use "the_content" instead of "comment_text" if you want to use the same masking policy as for post text.

更新日志:

1.0.2 1.0.1 1.0.0