Well, you can create a plugin for your php that creates a string with html, then edit the template and insert the ariable where you want the html to appear. The plugin hook location and the template name depend on exactly where you want it to appear.
You can create your own template and have your plugin code render that template to a string, then insert that in another template, if you prefer to generate your html that way.
|