2 personman Jan 12, 2006 15:29This seems to work. Put the first block of code at the beginning of your sidebar: <?php // Trick the sidebar into thinking we're on Blog All: $saved_blog = $blog; $blog = 1; // Blog All now ?> And this next one at the end of your sidebar: <?php // Restore after dirty trick: $blog = $saved_blog; ?>
This seems to work. Put the first block of code at the beginning of your sidebar:
And this next one at the end of your sidebar: