Connect with us

Themes

Jon Asked: How to add thumbnails above post on the THiCK theme

Published

on

I was asked by a reader:

I’m using the THiCK theme for my new design blog. I noticed you were able to add thumbnail images above your blog posts on the home page. What would I need to do to enable this on my blog?

Well Jon, this can be done very simple, since the theme is already using the Tim Thumb script.

What you will need to do is find in your index.php file, the second loop. Which you can find on line 40.

<?php query_posts('offset=1&showposts=' . get_option('woo_other_entries') . '&cat=-' . $GLOBALS['ex_asides'] ); ?>

<?php while (have_posts()) : the_post(); ?>	

	<div class="post">
		<h2><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
		<div class="post-meta"><?php the_time('j/m/y'); ?> <span>|</span> <?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?></div>
		<?php the_excerpt(); ?>
	</div>

<?php endwhile; ?>

Now we are going to add in the code. At line 43 we are going to add:

<?php if (get_option('woo_resize')) { // Check if we should use the image resizer ?>
                    <a title="Continue reading this entry..." href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo bloginfo('template_url'); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, "image", $single = true); ?>&amp;h=80&amp;w=280&amp;zc=1&amp;q=90" alt="<?php the_title(); ?>" /></a>
                <?php } else { ?>
                    <a title="Continue reading this entry..." href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo get_post_meta($post->ID, "image", $single = true); ?>" alt="<?php the_title(); ?>" /></a>
                <?php } ?>

That’s it, just make sure that in the THiCK options panel you choose the “resize” option, or the image might break the layout. Or you may change the this code: $post->ID, "image", to: $post->ID, "image_thumb", and use a separate image for the lower blog.

Continue Reading
11 Comments

11 Comments

  1. Jon Engle

    February 11, 2009 at 1:22 pm

    Thanks for the post! I’m going to try this out this afternoon.

    • frosty

      February 11, 2009 at 1:54 pm

      Absolutely, let me know how it goes!

  2. Thomas

    February 20, 2009 at 1:23 pm

    I tried this but the the image double up the main featured article. So I have the Large image and then the smaller thumbnail under it. Both lead to the same entry.

    • frosty

      February 20, 2009 at 5:30 pm

      Hmm, that’s seems odd.

  3. Thomas

    February 21, 2009 at 7:43 am

    Nevermind, I was inserting on the wrong line. Looks like it was Line 45 for me.

    • frosty

      February 21, 2009 at 7:17 pm

      Oh, Sorry about that. Maybe I shouldn’t write what line it may be on.
      Hope it works out! Just remember to look for the correct php code as well.

  4. cesar

    February 22, 2009 at 9:09 pm

    thanks for the post.
    I don’t know much about code, and I’m having the same problem of Thomas.
    Could you show the exacto point to insert the code?

    THANKS!!

  5. Bedava film izle

    March 20, 2009 at 7:21 am

    thanks for sharing.

    Bedava film izle´s last blog post..Lower Learning

  6. Adrian Vianna

    March 31, 2009 at 12:31 pm

    Worked out nicely. I have another questions where would we go to do this on the actual category post in this theme.

  7. Adrian Vianna

    March 31, 2009 at 12:56 pm

    Oh I got it. I added the same code in the first loop to the archives.php and you got a thumbnail for your category post.

    Adrian Vianna´s last blog post..Tiger Woods Most Dominant Ever?

    • Austin

      March 31, 2009 at 1:11 pm

      Yeah, that will take care of that! 🙂

You must be logged in to post a comment Login

Leave a Reply

Themes

Ben Dunkle on designing icons for WordPress [video]

I know many people attendedWordCamp 2009, in fact I believe there were 700 plus attendees. Well not every one showed up at the development day which was held at the Automattic office on pier 38.

WordCamp Development day was a BarCamp style event, and I was able to record a couple of the conversations. Here is a recording from Ben Dunkle (designer of the WordPress admin icons in 2.7+)

Published

on

The first video uploaded to you tube that was approved, Ben Dunkle, designer of the admin icons you see on your WordPress install.

Links:

Continue Reading

News

The release of Galleria, a gallery child theme of Hybrid

As the WordPress community grows, so does the amount of available themes. Galleria is a gallery-style child theme for WordPress built on the Hybird theme framework. Originally, this theme was created by Chirs Wallace for the Thematic theme framework and released at Smashing Magazine.

Published

on

So I am excited to announce another theme release from WPCult and Frosty Web Designs. A few days back, I came across this post at Smashing Magazine.

Just recently we asked you to let us know what theme you would like us to release next. Among numerous comments we found many request for a gallery-theme that could be particularly useful for portfolios and showcases. At the very same time Christopher Wallace has been designing an advanced gallery-WordPress-theme for the design community and Smashing Magazine’s audience. And today finally we are proud to release it – for free, of course.

Well, I liked this theme, and while I am a big fan of the Thematic theme, I know there are many out there who love Hybrid. Hybrid is Justin Tadlocks theme framework, which can be downloaded for free at http://themehybrid.com/themes/hybrid.

Just an FYI, this site is running hybrid as a parent theme. 🙂

So…

I contacted Chris and told him of this theme port I would be doing. After a few days of modifications, bug fixes, and styling, the theme is ready for public release.

While Galleria shares a few qualities with his sibling, the differences are notable in the style, color, and layout throughout the theme, including the theme options.

More info

For more info and documentation, refer to the readme.html file included in the download or visit the Galleria theme page.

Some features

  • dynamic image re-size on a single page.
  • WordPress 2.7 compatible
  • Built on the Hybrid framework
  • jQuery hover effects
  • jQuery scrolling effects.
  • ‘Save to Delicious’ link
  • ‘Tweet This’ link
  • Flexible footer widget area

Download [download#5#format=2]

Continue Reading

Child

New theme release: CULT[i]VATE

Doing theme modification and even custom template files has brought me to this point. Today I’ve created my first premium theme, and since I am a huge fan of Hybrid, I decided that a child theme would be an appropriate starting point.

Published

on

So after some time playing with many options and idea’s I’ve finally released a premium theme. This theme, which I am calling CULT[i]VATE is a child theme.

Unfamiliar with child themes? You may want to check out this post Ian Stewart wrote.

CULT[i]VATE is a child theme of the Hybrid:

Hybrid is a user-friendly, search-engine optimized theme framework, featuring 14 custom page templates and 9 widget-ready areas, allowing you to create any type of site you want.

CULT[i]VATE includes four new widget-ready area’s and one custom accordion widget for one of the area’s. It also includes two front page templates.

This theme is for sale for $12.00 which you can purchase here. Looking for a demo?

[wp_eStore:product_id:1:end]

Continue Reading

Random Search Terms

Title

Recent Posts: Fully Net Worth . com

Juice Wrld Net Worth: 5 Interesting Facts You Should Know

Juice Wrld Net Worth: 5 Interesting Facts You Should Know

Juice Wrld, which is a stage name of the famous American rapper, singer and songwriter Jarad Higgins. The rapper who was born in Illinois, Chicago was brought to limelight by his hit single “Lucid dreams” which he officially released in 2018. The song went viral making it to the number two spot on the Billboard […]

Mike Bibby Net Worth.

Mike Bibby Net Worth.

Mike Bibby Net Worth. Among the world-famous basketball players, Mike Bibby is undeniably one of the top players. He is, at present, a global personality. Mike Bibby is a national champion of the year 1997 and a Pac 10 1998 player in Arizona. He is one of the most highly regarded players of the National […]

Chelsea Houska Net Worth: How Rich is the ‘Teen Mom’ Star?

Chelsea Houska Net Worth: How Rich is the ‘Teen Mom’ Star?

Chelsea Anne Houskais an American television personality who is best known for being a part of the reality television show “Teen Moms 2.” Before this, she had been a part of the show called 16 and Pregnant. As of 2019, Chelsea Houska net worth is estimated to be $80,000. Houska was born on August 29, […]

Molly Yeh Net Worth: How Rich is the American Chef Actually?

Molly Yeh Net Worth: How Rich is the American Chef Actually?

Molly Yeh is an American chef, blogger, and cookbook author. She is also an Instagrammer where she presents her cooking techniques on her profile. As of 2019, Molly Yeh net worth is estimated to be $1.5 million. Molly was born on May 22, 1988, in Glenview, Illinois to parents John Bruce Yeh and Jody Yeh. […]

Trending