sidebar text/html widget does not allow php include
-
On the right sidebar of http://starryskies.net/ I am trying to have a “More News” list of stories. Prior to the widgets thing I coded it in the sidebar.php using something like get_posts(‘numberposts=20&offset=20’);.
Now I have been trying to include,
http://starryskies.net/headlines-w-20-offest-output.php, the stories with a text/html widget using the following code.-
<?php include ($_SERVER[‘DOCUMENT_ROOT’].’/headlines-w-20-offest-output.php); ?>
I haven’t found any documentation saying this why it doesn’t work… I was planning on running this script via cron because it looks like it takes 1.5-2 seconds to run this get_posts script and that would certainly slow things down if it ran every time the sidebar is displayed.
How can I get this More News list to work in the sidebar?
The topic ‘sidebar text/html widget does not allow php include’ is closed to new replies.