Is there a way I can get this amazing plugin to work on the text in the custom fields? Because now it only works on the text in the main content of the post/page.
Hi Vladimir, Just check this link of my website: http://www.zantehotels.gr/hote…..hotel.html These fields are custom fields in my post: Rooms, Amenities, Location. How could I expand your plugin in order to find links in these fields? Thanks in advanced…
ok, i have got it solved.. firstly i tried increasing the priory level from ad_filter, it did not help so i simply remove the priority level from ad_filter hook
hello Vlad, first thanx for this great plugin I have the same request. @saqwild I try as you said, nothing happend you talked about this line on seo-links.php? add_filter('the_content', array(&$this, 'SEOLinks_the_content_filter'), 10); changed to add_filter('the_content', array(&$this, 'SEOLinks_the_content_filter')); It doesn't work for me :( @Vlad, what you meant by "You could add the fields to the post content before SEO Smart Links is called so it would act on already changed text."?? thank you
Vladimir’s WordPress Forum
smart links don't work on the text in custom fileds
16:08
5 February, 2010
Christiaan
Is there a way I can get this amazing plugin to work on the text in the custom fields?
Because now it only works on the text in the main content of the post/page.
tnx for your help
11:42
23 June, 2010
Vladimir
posts 707
How would you like this to work?
21:51
15 October, 2010
Markos
Hi Vladimir,
Just check this link of my website: http://www.zantehotels.gr/hote…..hotel.html
These fields are custom fields in my post: Rooms, Amenities, Location. How could I expand your plugin in order to find links in these fields?
Thanks in advanced…
5:58
18 October, 2010
saqwild
me too, same prob…
22:58
19 October, 2010
Vladimir
posts 707
You could add the fields to the post content before SEO Smart Links is called so it would act on already changed text.
7:54
20 October, 2010
saqwild
thank you, if you dont mind, can you please tell me how?
thanks for a very handy plugin
8:32
20 October, 2010
saqwild
ok, i have got it solved..
firstly i tried increasing the priory level from ad_filter, it did not help so i simply remove the priority level from ad_filter hook
thanks for the hint
8:36
8 May, 2011
Maly
hello Vlad, first thanx for this great plugin
I have the same request.
@saqwild I try as you said, nothing happend
you talked about this line on seo-links.php?
add_filter('the_content', array(&$this, 'SEOLinks_the_content_filter'), 10);
changed to
add_filter('the_content', array(&$this, 'SEOLinks_the_content_filter'));
It doesn't work for me :(
@Vlad, what you meant by "You could add the fields to the post content before SEO Smart Links is called so it would act on already changed text."??
thank you
11:24
9 May, 2011
Maly
I found a way
this code in the template
ID, 'your_custom_field', true)); ?>
11:25
9 May, 2011
Maly
11:26
9 May, 2011
Maly
23:56
27 August, 2011
Frank
Hi Maly,
I am a little lost here. Where did you insert that line?
This is what I see in my theme to call the custom fields