Quote:
Originally Posted by Sean S
Pretty much I want to store it in the variable, so that I can call it within a template or the custom page that I'm creating. Because if I just use the echo alone, the information appears at the very top of the page and above the header and everything else, hope I'm making any sense.
|
You don't need the echo. Just store what you want to output in a variable, and add that variable to the template you want to use to display it.