My custom plugin doesn’t behave the same (between pages)
-
Hello !
I have written a small plugin that renders some custom html based on a ‘bbcode’ type of tags in the post contents
(ex : [CODE123] –> custom html)I’m using a typical php hook code : (addfilter(‘the_content’,myCustomFunction) …)
it works perfectly on the main page of my blog, in the post page, and even in the Rss feed …
but on the category pages (cat=..) and the monthly pages (m=…), the rendering is weird : it is only text (without html, without images …)
have I missed something ? is there a difference in the html rendering between those pages ?
Thanks a lot in advance
I’m using wordpress 2.0.6
The topic ‘My custom plugin doesn’t behave the same (between pages)’ is closed to new replies.