![]() |
#1 |
Registered User
Join Date: Apr 2014
Location: Pakistan
Posts: 198
|
Php code Customize
Hello Every One,
I have a problem with my website category and author. these are Nofollow. I want to add categories and Author dofollow. Please customize below code. Thanks in Advance. /* Nofollow to category links /*-----------------------------------------------------------------------------------*/ add_filter( 'the_category', 'add_nofollow_cat' ); function add_nofollow_cat( $text ) { $text = str_replace('rel="category tag"', 'rel="nofollow"', $text); return $text; } /*-----------------------------------------------------------------------------------*/ /* nofollow post author link /*-----------------------------------------------------------------------------------*/ add_filter('the_author_posts_link', 'mts_nofollow_the_author_posts_link'); function mts_nofollow_the_author_posts_link ($link) { return str_replace('<a href=', '<a rel="nofollow" href=',$link); }
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#2 | |
Registered User
Join Date: Apr 2014
Location: UK
Posts: 15
|
Quote:
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Importance of Php Development for Web Development | tech.biztech | Programming General | 35 | 11-22-2019 12:37 AM |
How to submit html code with php? | eigeehte | Programming General | 2 | 05-26-2014 09:00 PM |
Outputting PHP code from MySQL | ncjbhd | PHP / mySQL | 7 | 03-21-2014 05:37 AM |
attractive THANKGIVING offers with a coupon code | KVChosting | The Market | 0 | 11-16-2012 06:21 AM |
is it possible to make an php file trough a php code | ncjbhd | PHP / mySQL | 0 | 09-21-2011 11:49 PM |