Hello,
I'm looking for a tutorial explaining the process of creating a custom taf on wordpress.
I'd like to render some custom html from a simple tag
example :
<music id='14' />
which will render :
<embed object flashMusicPlayer.swf source="14.mp3" .....>
</embed>
The code rendering the html is already done in my function
getMusicCode (int $idMusic), in my php code
I just need to know where to implement the filtering of the wordpress content to call my custom function
thanks a lot if you have info