How do you make a new function. Like function template_before() and function template_after(), and I want to make a function template_middle()
function template_middle()
{
}
done
don't you need to add it to like subs or something?
You can put it where ever you'd like really. I'd recommend one of the template files. The main issue is calling it.