Asterios Polyp: Bookclub Discussion Questions

November 15, 2010

This study guide has been moved over to Good Ok Bad, my graphic novel review site.

CATEGORIES: Bookclub / Comics

2 Comments

  1. Flourian November 20, 2010

    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

     
  2. Seth December 1, 2010

    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, cat determines 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 showposts is 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.