I use field #SOUSTITRE (articles) for storing tha name of person.
So information of this tag consist of 2 or more words.
Sometimes I need to show #SOUSTITRE as usual, but sometimes
I need to change order of words. Are any standart methods
for doing that?
If not, where I had to hack php code to create a new tag,
that shows #SOUSTITRE in a new way? I hope here only one
file need to be changed :))))
I use field #SOUSTITRE (articles) for storing tha name of person.
So information of this tag consist of 2 or more words.
Sometimes I need to show #SOUSTITRE as usual, but sometimes
I need to change order of words. Are any standart methods
for doing that?
If not, where I had to hack php code to create a new tag,
that shows #SOUSTITRE in a new way? I hope here only one
file need to be changed :))))
Creating a new filter is easy :
In 1.8.3, you have to create a file named "mes-fonctions.php3" at the root.
In this file, you place a function with a name identical to your
filter. This file must have at least a parameter (the html content)
and return a string (this content modified)