I'm trying to use vbexternal to pull data from a post, but all my code is stored inside a template. How can I call the news from within a vb template?
If I just add the output_News(5,4); straight to the PHP file it is displayed at the top of the page with no formatting.
Here is my php code that calls for the template where all the html is stored.
PHP Code:
eval('print_output("' . fetch_template('Index') . '");');
How can I get the news to be called from the template "index" ??