Quote:
Originally Posted by Babaganoosh
Wordpress is PHP. That include is for a .shtml page. You'll need to use
PHP Code:
<?php include("toplist.html"); ?>
|
Thanks Babaganoosh. I've been banging my head against the wall trying to figure this out.
Out of curiosity...could this work in a widget that allows PHP code as well?