Asterios Polyp: Bookclub Discussion Questions
November 15, 2010
This study guide has been moved over to Good Ok Bad, my graphic novel review site.
November 15, 2010
This study guide has been moved over to Good Ok Bad, my graphic novel review site.













2 Comments
Hello
I discovered your website through your comment on Equilibirum’s website.
Your site is really nice, great job! I wish I could do something so good :/
I write here because I would like to reduce, like you did, the number of articles in ‘recent posts’. Equilibrim shows four, but it’s too much for what I need, three would be much better… could you help me, maybe!?
Regards
Florian
Hey Florian, thanks! To change the number of recent post, change the number in the line:
<?php query_posts('cat=-3&showposts=21'); ?>In the above line of code,
catdetermines which category is shown or not show. My Featured category has the catID of 3, so I used -3 to make sure that no category 3 posts make it into Recent.The bit that says
showpostsis where you determine how many recent posts you want to show up. I wanted 21, so that’s the number I used. If you only want 3, then change it to 3. Easy enough, right?Sorry, comments for this entry are closed at this time.