mevaljien
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Plugin not workingI’m glad that it’s working correctly!
However, when I go to add a link, it does not give me the button or settings or drop down option for nofollow.
Will it just automatically do nofollow for external links?
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Plugin not workingWP url: https://livemorethanminimal.com
WP version: 5.3.2
PHP version: 7.0.33
Active Plugins:
– Google Analytics for WordPress by MonsterInsights, version: 7.10.4
– Grow by Mediavine (formerly Social Pug), version: 1.6.2
– jQuery Pin It Button for Images, version: 3.0.5
– MC4WP: Mailchimp for WordPress, version: 4.7.5
– MOJO Marketplace, version: 1.5
– ONet Regenerate Thumbnails, version: 1.5
– OptinMonster API, version: 1.9.6
– Simple Social Icons, version: 3.0.1
– Social Pug: Author Box, version: 1.0.0
– WP External Links, version: 2.43
– WPForms Lite, version: 1.5.8.2
– WP Recipe Maker, version: 5.9.0
– Yoast SEO, version: 13.1WPEL Settings:
array(
‘wpel-external-link-settings’ => array (
‘apply_settings’ => ‘1’,
‘target’ => ‘_blank’,
‘target_overwrite’ => ”,
‘rel_follow’ => ‘nofollow’,
‘rel_follow_overwrite’ => ”,
‘rel_noopener’ => ‘1’,
‘rel_noreferrer’ => ‘1’,
‘rel_external’ => ‘1’,
‘rel_sponsored’ => ”,
‘rel_ugc’ => ”,
‘title’ => ‘{title}’,
‘class’ => ”,
‘icon_type’ => ”,
‘icon_image’ => ‘1’,
‘icon_dashicon’ => ‘dashicons-menu’,
‘icon_fontawesome’ => ‘fa-address-book’,
‘icon_position’ => ‘right’,
‘no_icon_for_img’ => ‘1’,
),
‘wpel-internal-link-settings’ => array (
‘apply_settings’ => ”,
‘target’ => ”,
‘target_overwrite’ => ”,
‘rel_follow’ => ”,
‘rel_follow_overwrite’ => ”,
‘rel_noopener’ => ‘1’,
‘rel_noreferrer’ => ‘1’,
‘title’ => ‘{title}’,
‘class’ => ”,
‘icon_type’ => ”,
‘icon_image’ => ‘1’,
‘icon_dashicon’ => ”,
‘icon_fontawesome’ => ”,
‘icon_position’ => ‘right’,
‘no_icon_for_img’ => ‘1’,
),
‘wpel-excluded-link-settings’ => array (
‘apply_settings’ => ”,
‘target’ => ”,
‘target_overwrite’ => ”,
‘rel_follow’ => ”,
‘rel_follow_overwrite’ => ”,
‘rel_noopener’ => ‘1’,
‘rel_noreferrer’ => ‘1’,
‘title’ => ‘{title}’,
‘class’ => ”,
‘icon_type’ => ”,
‘icon_image’ => ‘1’,
‘icon_dashicon’ => ”,
‘icon_fontawesome’ => ”,
‘icon_position’ => ‘right’,
‘no_icon_for_img’ => ‘1’,
),
‘wpel-exceptions-settings’ => array (
‘apply_all’ => ‘1’,
‘apply_post_content’ => ‘1’,
‘apply_comments’ => ‘1’,
‘apply_widgets’ => ‘1’,
‘skip_post_ids’ => ”,
‘ignore_classes’ => ”,
‘subdomains_as_internal_links’ => ”,
‘include_urls’ => ”,
‘exclude_urls’ => ”,
‘excludes_as_internal_links’ => ”,
‘ignore_script_tags’ => ‘1’,
‘ignore_mailto_links’ => ‘1’,
),
‘wpel-admin-settings’ => array (
‘own_admin_menu’ => ‘1’,
),
);