I have a plugin that I have been using for months in Atahualpa 2 that adds a text area to the bottom of each post (single post page only) and I need to use it in Atahualpa 3 also. The php that I added to single.php in Atahualpa 2 was a follows:
PHP Code:
<?php if (function_exists('link_to_me_textbox')) link_to_me_textbox(''); ?>
I want this box to appear on the very bottom (below the comment tools) of single post pages. I'm guessing that I can put this code somewhere in the main index file but where??
Thanks!