simple guide to create custom tag
-
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 codeI 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
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘simple guide to create custom tag’ is closed to new replies.