Viewing 3 replies - 1 through 3 (of 3 total)
  • If you want to play a little bit with the WordPress codex, here is my answer.

    Post count can be obtained from $wp_query->found_posts global variable.

    Post thumbnails can be generated using the_post_thumbnail() function. I’m using to generate thumbnail in other context here: http://suhanto.net/yarpp-template-post-thumbnails/.

    To place the + sign and number of comment, you can edit the index.php template in your theme. You also can also check the following link to play around with comments count: http://code.google.com/p/wp-basis-theme/.

    Thread Starter YOUAREtehSCENE

    (@youaretehscene)

    Really? no what dude, I was trying to do thumbnails before but I found this plugin that generated it so i figured it would be easier. I still would like to see a 4 box on each row, I think I might have to edit the .css of my theme right and find out what the dimensions are?

    Thread Starter YOUAREtehSCENE

    (@youaretehscene)

    Dude, I”m so lost haha

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘True Post Count / Date / Thumbnails.’ is closed to new replies.