Closed GoogleCodeExporter closed 9 years ago
which seo plugins have you used? platinum seo pack or what?
Original comment by dannydam...@gmail.com
on 31 Jan 2009 at 1:50
I did my tests with platinum seo and the all-in-one seo and even with no seo
plugin
at all. I always end up with having two titles and two description or if none
seo
plugin is active with one title and one description.
This can't be a conflict with one of these packages because I'm trying to
remove in
my child theme what I integrated into Thematic by my own.
Original comment by chris.gossmann@googlemail.com
on 31 Jan 2009 at 2:12
Ouch! .. figured it out .. need to wrap the remove_action into a function and
add
this one as an action to the 'init' hook.
Original comment by chris.gossmann@googlemail.com
on 31 Jan 2009 at 3:59
like this: add_action( 'init', create_function( '$a', "remove_action( 'wp_head',
'thematic_function_to_remove' );" ) );
Original comment by der...@gmail.com
on 27 Feb 2009 at 12:10
Original issue reported on code.google.com by
chris.gossmann@googlemail.com
on 31 Jan 2009 at 9:19