So on to the next one, how do I go about adding the widgets into my front page... Anyone try adding the widgets as php into Wordpress? I'm having some issues with they normal way I would run PHP in a WP sidebar widget.
I keep getting errors like this.
Warning: include(/widgets/lg_100_div_leaders.wgt) [function.include]: failed to open stream: No such file or directory in /home/rwbl/rwbl.net/wp-content/plugins/php-code-widget/execphp.php(43) : eval()'d code on line 2
Warning: include() [function.include]: Failed opening '/widgets/lg_100_div_leaders.wgt' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/rwbl/rwbl.net/wp-content/plugins/php-code-widget/execphp.php(43) : eval()'d code on line 2
Quote:
<?php
include("/widgets/lg_100_div_leaders.wgt");
?>
|