Hi Elliot- Thanks for your reply.
With regard to this message- "You can edit the button shortcode on line 122 in /wp-content/themes/[your_theme]/lib/shortcodes/02-buttons.php and add a rel = "nofollow".
For the portfolio look on lines 312, 317, 658 and 663 in /wp-content/themes/[your_theme]/lib/shortcodes/15-portfolio.php."
- I went to my wp-content folder for the themes- But i honestly don't know how or where to add the rel="nofollow" in the lines of code.
I have the exact lines of code here and I would love if you could insert the rel="nofollow" in them exactly as it should be? ....As a complete newbie I would really appreciate this....
Here are the Lines of code:
(1) For the Buttons:
$out = '<span>' . mysite_remove_wpautop( $content ) . '</span>';
(2) For the Portfolio:
Line 312: There is no code there- how to place the rel=nofollow (on the blank line?)
Line 317: Where and how to put the code in this line?-
$out .= ( $column != 1 ? '</div>' : '' );
Line 658: Where and how to put the code in this line?-
$out .= __( 'No portfolio posts were found for the category selected.', MYSITE_TEXTDOMAIN );
Line 663: Where and how to put the code in this line? –
remove_filter('post_limits', 'my_post_limit');
(3) One last question- Will the placement of these nofollow tags be global-- That is will it automatically apply to a placement of buttons on all pages or portfolios including the home page automatically?
Thanks in advance Elliot.. Looking forward to your reply as usual.
Lossi.