Editar enlaces/links del Widget Meta en wordpress
Página 1 de 1.
Editar enlaces/links del Widget Meta en wordpress
editamos el archivo wp-includes/default-widgets.php
original
Editado
Fuente
original
- Código:
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo esc_attr(__('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 esc_attr(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="http://wordpress.org/" title="<?php echo esc_attr(__('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?>">WordPress.org</a></li>
<?php wp_meta(); ?>
</ul>
Editado
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo esc_attr(__('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 esc_attr(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<!--<li><a href="http://wordpress.org/" title="<?php echo esc_attr(__('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?>">WordPress.org</a></li> -->
<?php wp_meta(); ?>
</ul>
Fuente
Temas similares
» Modificar los enlaces de la categoría Meta - wordpress
» [solved] Categorias que son enlaces a otras webs
» wordpress from email
» modificacion del widget - modulo vote_up_down - drupal
» wordpress RewriteRule y lighttpd
» [solved] Categorias que son enlaces a otras webs
» wordpress from email
» modificacion del widget - modulo vote_up_down - drupal
» wordpress RewriteRule y lighttpd
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.