I need some PHP help please?!
I've got a page (or rather a news page) I need to display on my homepage. I've done a little test to see if I can bring a test page in from my Common folder and it worked, the code was as follows: <?php require($template->get_template_dir('test.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/test.php');?>
The page in question is called shownews.php and needs to come from a folder called Freshlypeeled on the top level of the website.
Thanks in advance




