Category: Wordpress

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...

Drupal vs. WordPress

Both Drupal and WordPress are open-source database-backed content management systems (CMSs) that can be used to deploy web sites and web applications. Some people feel very strongly that Drupal should be used for all...