Return to Snippet

Revision: 47347
at June 6, 2011 01:27 by alp


Initial Code
/**
 * Add RSS links to <head> section
 * http://digwp.com/2010/03/wordpress-functions-php-template-custom-functions/
 *
 **/
if (function_exists('feed_links')) {
	feed_links();
} else {
	return;
}

Initial URL
http://digwp.com/2010/03/wordpress-functions-php-template-custom-functions/

Initial Description


Initial Title
Wordpress: Add RSS links to  section

Initial Tags
wordpress

Initial Language
PHP