hola a todos,
quiero incluir los feeds de mi sitio Web WP, he mirado en el
codex de WP y me aparece esto:
Código HTML:
Ver original <li><a href="<?php bloginfo('rss2_url'); ?>" title="
<?php _e('Syndicate this site using RSS'); ?>">
<?php _e('<abbr title="Really Simple Syndication">RSS
</abbr>'); ?>
</a></li> <li><a href="<?php bloginfo('atom_url'); ?>" title="
<?php _e('Syndicate this site using Atom'); ?>">
<?php _e('Atom'); ?></a></li> <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="
<?php _e('The latest comments to all posts in RSS'); ?>">
<?php _e('Comments <abbr title="Really Simple Syndication">RSS
</abbr>'); ?>
</a></li>
no entiendo muy bien que hace el 2º elemnto ¿alguien me lo explica?
¿por que necesito el formato Atom de los feeds? ¿no me vale con el RSS?