Hey team,
I’m using NewsPaper 6 theme and i want to know whether SOURCE URL field in posts will automatically add nofollow to the links or not.
If not, please help to automatically add nofollow links in SOURCE URL field.
Hi,
I can confirm the source and via URL’s already have the ‘nofollow’ value in the code: http://screencast.com/t/KeRLTMv10e
Thank you!
Hello,
The “onPage.org Zoom” (from Updaft) is reporting that all my posts have “internal nofollow”.
In fact, my posts are linked between them, which means that this reference makes sense due to your previous answer for this topic.
However, I ask you if there is a way to change that, I mean, allow to retire the “nofollow” code for the internal links.
Thank you.
Hello,
Sorry, but I´m not a developer and so I have limitations in programing.
I found the file and the part where there are 2 mentions to “nofollow”:
”
$buffy .= ‘<div class=”td-post-source-via ‘ . $td_no_tags . ‘”>’;
if (!empty($this->td_post_theme_settings[‘td_via’])) {
$buffy .= ‘<div class=”td-post-small-box”><span>’ . __td(‘VIA’, TD_THEME_NAME) . ‘</span>‘ . $this->td_post_theme_settings[‘td_via’] . ‘</div>’;
}
if (!empty($this->td_post_theme_settings[‘td_source’])) {
$buffy .= ‘<div class=”td-post-small-box”><span>’ . __td(‘SOURCE’, TD_THEME_NAME) . ‘</span>‘ . $this->td_post_theme_settings[‘td_source’] . ‘</div>’;
}
$buffy .= ‘</div>’;
}
”
My question is: how do I retire the “nofollow”? What code should I delete?
Thanks.
Hello Pedro,
Look at this -> https://www.screencast.com/t/bVkWLCi2 and follow this steps.
Thanks for the message!