These links are generated by alx_social_links()
function.
So in your theme’s functions.php
file, search for alx_social_links()
function and this link specifically.
echo '<li><a rel="nofollow" class="social-tooltip" '.$title.' '.$link.' '.$target.'><i '.$icon.' '.$color.'></i></a></li>';
and remove rel="nofollow"
from it. So this will be the new link.
echo '<li><a class="social-tooltip" '.$title.' '.$link.' '.$target.'><i '.$icon.' '.$color.'></i></a></li>';
It will remove nofollow
tag from these links.
Related Posts:
- Keep getting same permalink with WP_Query?
- How to allow slashes in single posts when i click in the edit permalink button
- How to add nofollow on all external links without plugin?
- Link for the page archive for posts, like using custom post types with get_post_type_archive_link
- How should I add links to other pages/posts from my post?
- How to handle broken links created by permalink/slug changes?
- Internal linking to posts permalink fail because of spaces and stripe at postname
- How to link post titles on page A to its posts on page B?
- My posts section for logged in user
- Modifying the permalink href for posts with jquery
- Read more link not working [closed]
- After the local installation of an old WP website I can see the homepage but I can’t access to the articles, why?
- How to use “Add link” pop up for a WordPress widget
- Use category base slug in posts’ permalink
- How to automatically generate a unique random slug
- Custom permalink structure only for default posts
- Change permalinks for post type ‘post’ only
- Change the Slug of Post Type post to baseurl/post/%postname%
- Different permalink for posts and authors
- How to control which category will be picked for the slug of a post?
- Change slug with custom field
- Must permalinks always point to single post pages?
- Navigation link to specific user page
- Post in Multiple Categories to stay in current category (permalink, next previous post link)
- Permalink Settings: optional settings doesn’t apply to editor
- How to change the page break URL from ../post/2 to …/post/page2/
- Link button is not working while editing a post in Firefox [closed]
- Setting up navigation links for posts (first, prev, next, last)
- Bulk update post slugs through database
- Adding parent pages to posts
- Replace ‘published on date’ with ‘modified on date’ on Posts
- Delete post by giving its link
- Move first half of posts to one parent page, second half to the other page
- How to check a post exist when the permalink has post id in it?
- How to Next and Prevous Navigation Buttons on the end of the page with custom image Using Wp Post Navigation Plugin
- How to do set post permalinks using 6 digit random unique function?
- Trying to use AngularJS with WordPress without any API
- Is Hfeed class for all pages needed
- How could I change my Permalink from blog to custom structure? [closed]
- how do i add posts-page slug before posts slug in permalinks
- Permalink doesn’t get displayed in Twitter button (Local WordPress problem?)
- Why does WP_Post not contain its permalink?
- the_permalink() not working in a root installation
- Second get_permalink inside loop points to wrong URL
- Can’t get full post title if there a spaces in title
- Custom Permalink Structure for Pages & Posts
- register_post_type permalink
- Post is blank when I click on the link
- .html end of URl affected to SEO?
- How to make Link to go on the first post
- Exists filter or action that change Add New Post link?
- Post titles and thumbnails as links to custom post types?
- Problem with articles feed: XML Parsing Error: XML or text declaration not at start of entity
- Making posts permalinks consistent numbers
- Short link to read complete post
- Delete all Tag Links from Posts
- Link from Post to Another Post Via Clicking on Words within Original Post
- Can Permalink structure of %postname%/%post_id% improve performance
- Link to older links
- How to create several Post pages
- how to create a sub section in posts
- Categories Listing and Highlighting current category item
- Remove subcategory slug from url
- Edit post & page option does not display on latest wordpress
- Can I show category name in url for only one of my categories?
- Permalink Short code showing unnecessary link text inside the loop
- Add data attribute of post_id for Internal links
- Prevent the automatic URL linking added in last update
- Google indexing duplicate page content with Page #### in post title and /page-2 in permalink instead of the ones I set
- Some custom post types did not return an object
- How do I remove all links from all my posts at once?
- Private post caught in endless redirect loop
- How to add a ‘News’ section to specific posts in WordPress
- Prevent Archive URLs
- Creating a link to the first post in a category
- How to add category base prefix to wordpress permalink
- Category URL to use same string as Post URL Permalink
- Change the URL of posts by category
- How to give priority to page than to posts permalink structure?
- Point users to a specific url directory for some posts
- Post & Category Archives URL structure
- Post URL duplication adds numerical value
- Post List Widget with custom posts and editing the Read More Link
- Is there a way to change the complete URL of the blog post for a redirecting tracking link?
- WordPress with static posts page and custom permalink structure doesn’t find posts with numeric permalinks
- Can’t seem to replicate permalink structure for localhost development site
- One of my posts is displayed as page
- Make assigning post to a specific category equivalent to assigning it to all categories
- How to mix pages and sub-categories in a url
- Changing permalink of custom category
- Overwrite URL on blog posts
- post content includes and seo vs. duplicate content
- 301 Redirecting posts without %postid% (just %post_name%) in permalink to ones with %post_name%_%postid%
- How do I add /blog/ on my permalink without affecting the portfolio project types permalink?
- Permalink remain the same on each page
- Is there a maximum amount of pages for a multi-page post?
- Is there any SEO impacts on unattached vs attached images for a post in WordPress?
- How to automatically convert a form with HTML link into post
- How can I fixe the article title problem?
- Why can posts never have a number as the link?