Archive | Code Snippets

RSS feed for this section

Adding thumbnail support to your WordPress theme

28 July
Adding thumbnail support to your WordPress theme

Yea WordPress! Starting in version 2.9, thumbnail support is built into the code, which means that instead of doing all the hard work, WordPress has done it for you! For the most part anyway… It’s a pretty simple process. 1. Add a line of code to functions.php add_theme_support(‘post-thumbnails’); 2. Define the size of the thumbnails [...]