Skip to content

Instantly share code, notes, and snippets.

@sguzik
Created May 1, 2012 17:42
Show Gist options
  • Save sguzik/2569950 to your computer and use it in GitHub Desktop.
Save sguzik/2569950 to your computer and use it in GitHub Desktop.
Stuff to put in functions.php
<?php
/* this line automatically adds RSS feed links to your site header
add_theme_support( 'automatic-feed-links' );
/* this line allows your theme to take advantage of the WordPress thumbnail feature
add_theme_support( 'post-thumbnails' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment