Thread Starter
drummy
(@drummy)
I figured it out.
Instead of:
<?php if(is_home()) : ?>
I now use:
<?php if ((is_home()) && ($paged <= "1")) : ?>
And that works great. 🙂
Very, very nice plugin. WP 2.8 error seems to be fix. I have just installed this on a WP 2.8.
There used to be another WP-admin bar, but this looks a lot better, and is way more practical. Thank you very, very much!