it’s working !
thank you very much !
I added the line in the plugin file not in the function.php
thanx to you !!
thanx for the response but it doesnt worl for me.
in fact i’m using “SEO Smart Links” plugin. In the plugin file I have:
add_filter(‘the_content’, array(&$this, ‘SEOLinks_the_content_filter’));
So i added in my function.php
add_filter(‘post_meta’, array(&$this, ‘SEOLinks_the_content_filter’));
and then in my single.php
<?php editable_post_meta( get_the_ID(), ‘discographie’); ?>
But it doesnt work, i got this error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘Array’ was given in /homez.85/graphzic/www/xxx/wp-includes/plugin.php on line 166
[empty]