Tagged: Meta widget

WordPress : How to remove RSS links from Meta Widget

This totally worked for me in wordpress Edited /wp-includes/default-widgets.php file and searching for rss2_url around line 290 Original code <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href=”<?php bloginfo(‘rss2_url’); ?>” title=”<?php echo esc_attr(__(‘Syndicate this site...