Tonight I pasted this
into the index.php file of my wordpress blog theme, and the new products showed up! Of course it wasn't where I wanted it, but it was there. BUT, if I pasted it into any other php file for my theme, like the sidebar, it didn't show up. Depending on where I put it, it either made no difference, or made the right sidebar content disappear (since that's where I was trying to put it).PHP Code:<?php
include ("/home/tracibu/public_html/zen_whats_new_sidebox.php");
?>
Does that give any clues to what I'm doing wrong & how to fix it? Please oh please?


Reply With Quote
