Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/10/2008, 04:35
zarpadoctor
 
Fecha de Ingreso: octubre-2008
Mensajes: 28
Antigüedad: 16 años, 3 meses
Puntos: 1
Respuesta: Modificar widget "TU CUENTA"

Hola, el archivo esta en wp-includes, es el widgets.php, en mi caso lo tengo en la linea 532 (function wp_widget_meta)
Supongo que seria cuestion de borrar estas lineas:

Código PHP:
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo attribute_escape(__('Syndicate this site using RSS 2.0')); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
            <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php echo attribute_escape(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
Saludos!