Revision: 47347
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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