New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | Link scanner + internal & external links manager: open in new window or tab, control nofollow, ugc, sponsored & noopener. SEO friendly. | You have to log in to add a translation. | Details |
Original untranslated
Link scanner + internal & external links manager: open in new window or tab, control nofollow, ugc, sponsored & noopener. SEO friendly.
You have to log in to edit this translation. Meta |
|||
↑ | External Links - nofollow, noopener & new window | You have to log in to add a translation. | Details |
Original untranslated
External Links - nofollow, noopener & new window
CommentPlugin name. You have to log in to edit this translation. Meta |
|||
If you're having <strong>problems with SSL or HTTPS</strong> try our free <a href="https://wordpress.org/plugins/wp-force-ssl/">WP Force SSL</a> plugin. It's a great way to enable SSL and fix SSL problems. | You have to log in to add a translation. | Details | |
Original untranslated
If you're having <strong>problems with SSL or HTTPS</strong> try our free <a href="https://wordpress.org/plugins/wp-force-ssl/">WP Force SSL</a> plugin. It's a great way to enable SSL and fix SSL problems.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Check every single link on your site! See if it's broken or not, if it's redirected, what's the target and rel attribute and what page exactly it's linking to. This SaaS is currently in beta so bugs are possible :) If you run into any please contact support. | You have to log in to add a translation. | Details | |
Original untranslated
Check every single link on your site! See if it's broken or not, if it's redirected, what's the target and rel attribute and what page exactly it's linking to. This SaaS is currently in beta so bugs are possible :) If you run into any please contact support.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Link Scanner / Link Checker | You have to log in to add a translation. | Details | |
Original untranslated
Link Scanner / Link Checker
CommentFound in description header. You have to log in to edit this translation. Meta |
|||
Link Checker / Link Tester | You have to log in to add a translation. | Details | |
Original untranslated
Link Checker / Link Tester
CommentScreenshot description. You have to log in to edit this translation. Meta |
|||
WP External Links plugin was completely rebuilt in v2 and has lots of new features, like noopener, ugc and sponsored values for rel; font icons, internal links options and full WPMU support. | You have to log in to add a translation. | Details | |
Original untranslated
WP External Links plugin was completely rebuilt in v2 and has lots of new features, like noopener, ugc and sponsored values for rel; font icons, internal links options and full WPMU support.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>Manage all external & internal links on your site</strong>. Control icons, nofollow, noopener, ugc (User Generated Content), sponsored and if links open in new window or new tab. | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Manage all external & internal links on your site</strong>. Control icons, nofollow, noopener, ugc (User Generated Content), sponsored and if links open in new window or new tab.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Add ugc (User Generated Content) and sponsored values to rel (<a href="https://webmasters.googleblog.com/2019/09/evolving-nofollow-new-ways-to-identify.html">Google announcement</a>) | You have to log in to add a translation. | Details | |
Original untranslated
Add ugc (User Generated Content) and sponsored values to rel (<a href="https://webmasters.googleblog.com/2019/09/evolving-nofollow-new-ways-to-identify.html">Google announcement</a>)
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Add link icons (FontAwesome and Dashicons) | You have to log in to add a translation. | Details | |
Original untranslated
Add link icons (FontAwesome and Dashicons)
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Add follow or nofollow (for SEO) | You have to log in to add a translation. | Details | |
Original untranslated
Add follow or nofollow (for SEO)
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
For a more flexible check on ignoring links you could use the filter <code>wpel_before_apply_link</code>:↵ add_action( 'wpel_before_apply_link', function ( $link ) {↵ // ignore links with class "some-cls"↵ if ( $link->has_attr_value( 'class', 'some-cls' ) ) {↵ $link->set_ignore();↵ }↵ }, 10 ); | You have to log in to add a translation. | Details | |
Original untranslated
For a more flexible check on ignoring links you could use the filter <code>wpel_before_apply_link</code>:↵
add_action( 'wpel_before_apply_link', function ( $link ) {↵
// ignore links with class "some-cls"↵
if ( $link->has_attr_value( 'class', 'some-cls' ) ) {↵
$link->set_ignore();↵
}↵
}, 10 );
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
There's an option for ignoring links containing a certain class (under tab "Exceptions"). | You have to log in to add a translation. | Details | |
Original untranslated
There's an option for ignoring links containing a certain class (under tab "Exceptions").
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
For a more custom approach use the action <code>wpel_apply_settings</code>:↵ add_action( 'wpel_apply_settings', function () {↵ global $post;↵ $ignored_post_ids = array( 1, 2, 4 ); | You have to log in to add a translation. | Details | |
Original untranslated
For a more custom approach use the action <code>wpel_apply_settings</code>:↵
add_action( 'wpel_apply_settings', function () {↵
global $post;↵
$ignored_post_ids = array( 1, 2, 4 );
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Just use the option "Skip pages or posts" under the tab "Exceptions". | You have to log in to add a translation. | Details | |
Original untranslated
Just use the option "Skip pages or posts" under the tab "Exceptions".
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.