Dude, try searching the forums first — might get answers faster. I did and it solved my problem.
That said, http://wordpress.org/support/topic/38210?replies=14 should help you.
Good luck!
Never mind, I think I figured it out.
query_posts("cat=-4&showposts=8");
if (have_posts()) : while (have_posts()) : the_post(); seems to work jsut fine for now.
But if you have more robust suggestion, lemme know 😉
Using onclick javascript is not recommended.
You should try using:
h1 a { text-indent: -9999px; display: block; width: (width of img); height: (height of img); background: url(img.jpg); }
.. replacing the accurate values. That’s all.
All right, thanks! I’ll check it out now.