Well one of these days I’ll research how to do a widget… Writing a widget seem like too much work for this. Someone must have done a widget that would work for this. Searching for one has just been a waste of time. Anyone know of one?
For the time being I did the old thing of modifying sidebar.php, thus it will get blown away next wordpress update.
$ diff -u sidebar.php sidebar.php-2.9
--- sidebar.php 2010-01-03 05:14:29.923688368 -0500
+++ sidebar.php-2.9 2009-12-30 05:04:03.699148551 -0500
@@ -79,10 +79,5 @@
<?php endif; ?>
</ul>
-
- <h2>More News</h2>
- <ul>
- <?php include ($_SERVER['DOCUMENT_ROOT'].'/headlines-w-20-offest-output.php'); ?>
- </ul>
-
</div>