The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
461 views

How to restrict access to wp-content, wp-includes and all sub-folders

after searching I didn't find an answer still confused of how do I hide the -> wp-content --> uploads --> themes --> plugins -> wp-includes in browser. What I want is when viewer browse some like ...
1
vote
1answer
98 views

How to make “more” or “continue reading” links on excerpts nofollow?

I tried to make each one of my post excerpt's link to the full post "nofollow" like this: <a href="<?php the_permalink() ?>" rel="nofollow">&rarr; Continue Reading</a> ...
0
votes
1answer
134 views

Auto Nofollow attribute in custom field links. How?

I have a wordpress network. All the contents in my network are user generated. All posts links are now dofollow. I want to change it to nofollow. My site uses plugin for custom fields. I removed the ...
0
votes
1answer
214 views

Adding Nofollow to Menu on single post only [closed]

I use a menu side-wide but I want to make some menu items nofollow on single post only. Can any one help me how to do it? Updated: I used the below mentioned code and it worked perfectly. Because I ...
1
vote
1answer
468 views

How to noindex nofollow custom post type?

I've created a custom post type that displays the individual entries collectively on a page. However, I've found that Google is not only indexing the page, but the individual posts as well. I only ...
0
votes
2answers
363 views

A plugin for having rel=“nofollow” in posts?

I'd like to make all the links in posts on one of my sites to be with rel="nofollow" on links inside posts. I wasn't able to find a plugin that did the job except for WP-NoExternalLinks. It also ...
1
vote
1answer
253 views

breadcrumbs & rel=“nofollow”

Should a breadcrumbs navigation have links set to rel="nofollow"?
3
votes
2answers
1k views

How to add a filter to all widget output

Is there one last filter that is ran over the widgets before they are sent out to the browser? I would like to add a filter that adds rel="nofollow" to all links in all widgets. For instance, I can ...
0
votes
1answer
409 views

Hoe to add rel=“nofollow” to wp_list_pages

I'd like to use the wp_list_pages as a navigation bar, but I don't want the links to be followed. This is the simple version of the code I'm using <?php ...
0
votes
2answers
2k views

Setting up robots.txt with Yoast's Seo plugin

I was looking for a decent robots.txt solution for my wordpress sites and after some searching I found Yoast's SEO plugin that provides a complete SEO solution including indexation. I set it up it to ...
1
vote
1answer
129 views

How to add rel nofollow to this?

How can i add rel="nofollow" to this? echo " <a href='"; the_permalink(); echo "' >"."(...)"."</a>";
1
vote
1answer
2k views

Editing the Comment Reply Link

Just found this site via the WP-Hackers List, been using WordPress for years (make a living partially thanks to it) and never stumbled on this site! Posted this on the WP-Hackers list, but didn't ...
0
votes
1answer
468 views

Adding rel=“nofollow” to external links in posts?

I've tried three plugins to do this, non of them worked (I'm using WP 3.01): http://wordpress.org/extend/plugins/sem-external-links/ http://wordpress.org/extend/plugins/external-nofollow/ ...