Today in WordPress world – 23/02

Enhance Your WordPress Post Thumbnails in 5 Minutes Using CSS – woorkup.com
Another tutorial about the_post_thumbnail, the new WordPress function introduced with WP 2.9. This time, Jason Schuller shows us how to give a bit of eye candy to these thumbnails!

You Might Also Like...

  • Today in WordPress world – 03/12

    241 readersThemes Get Sophisticated | WooThemes SophisticatedFolio is the new Portfolio theme by Woothemes. As its name shows, it will allow you to show to show your work in a sopisticated great looking homepage and a theme which is globally full of space to give more room to your creations. Establish your online presence with our new free theme This new Free

  • Show Post Thumbnails in Feeds

    2666 readersOne of the nice things about using WordPress’ new post-thumbnails feature is that they provide tons of flexibility in terms of where and how you display your post thumbnails. By design, post thumbnails are not included within post content, so they will not be displayed in your blog posts unless you call them specifically with

  • Jason Schuller And The ThemeGarden Marketplace

    821 readersLeland of ThemeLab.com has a great interview with Jason Schuller of ThemeGarden.com which talks about his upcoming theme marketplace. Of course, the licensing question cropped up again but I was happy to see Jason’s response as the following: Leland: Part of the seller requirements state that themes must be licensed under the GPL. Will child

  • Display Post Thumbnail Also In Edit Post and Page Overview

    56 readersWordPress version 2.9 introduced the function of Post Thumbnail. We wrote about this feature in this post and here and also in many other blogs. I find it an advantage, if the overview of articles and pages also provides the associated thumbnail. Therefore, I would like to introduce a small code snippet that makes just

  • Screenshot of WordPress 2.9's post image uploader

    Everything you need to know about WordPress 2.9′s post image feature

    860 readersAn in-depth look at how the post image feature in WordPress 2.9 can be used from the perspective of both end users and developers.

  • WP Engineer Favicon

    WordPress 2.9 add_theme_support and has_post_image

    515 readersThe new the_post_image functionality in WordPress version 2.9 has been enhanced. New is the wp-settings.php line // Load in support for template functions which the theme supports require_if_theme_supports( 'post-thumbnails', ABSPATH . WPINC . '/post-image-template.php' ); In functions.php it queries whether the theme supports post-thumbnail function: if ( function_exists( 'add_theme_support' ) ) add_theme_support( 'post-thumbnails' ); If you look at the file wp-includes/post-image-template.php,

  • Today in WordPress world – 22/06

    604 readersWordPress 3.0: Multisite Domain Mapping Tutorial » Otto on WordPress WordPress introduced great multisite features that were previously available to WordPress MU users only. Here is a good tutorial on how to use your own Top-Level-Domains within one WordPress installation.

  • New in WordPress 2.9: Post Thumbnail Images

    655 readersMany WordPress themes, especially those with “magazine-like” layouts, use an image to represent each post. It might just be on the front page. It might be alone, or alongside an excerpt. Until now, there was no standardized way to do this. Many themes would require you to tediously enter a Custom Field with the value

  • Quick Tip: How to Use the New “Post-Thumbnail” Feature in WordPress 2.9

    2128 readers

  • How To Add a Flickr Gallery to Your WordPress Theme Without a Plugin

    1367 readersJason Schuller with a nice and clean technique for showing Flickr photos in a WordPress theme without any third-party code. It uses the native fetch_feed() SimplePie stuff that ships with WordPress and a helper class. Direct Link to Article — Permalink on DiWLike the article? Get the book! © 2010 Digging into WordPress | Permalink | Comments