Hi,
i tried to put some PHP code into the description section of a tag. When I now go to the overview page (list of nodes which have this tags) i can see my coding but it is not executed.
Could you please have a look at this?
Thanks francula
Hi,
i tried to put some PHP code into the description section of a tag. When I now go to the overview page (list of nodes which have this tags) i can see my coding but it is not executed.
Could you please have a look at this?
Thanks francula
Comments
Comment #1
francula commentedHello,
i still have this problem! any idea?
Regards
Comment #2
francula commentedcould you please help me!!!
Comment #3
eiland commentedThere is no filter for term descriptions so don't expect the php filter to work out of the box.
You can use the views module instead; Set up the taxonomy term view to override the regular term display. And for the "Header" part of the view, allow PHP code. That should do it.