All pastes #911087 Raw Edit

RSS Ekleme

public php v1 · immutable
#911087 ·published 2008-02-20 13:55 UTC
rendered paste body
   1.      <li>   2.      <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>   3.      </li>   4.          5.      <li>   6.      <a href="<?php bloginfo('atom_url'); ?>" title="<?php _e('Syndicate this site using Atom'); ?>"><?php _e('Atom'); ?></a>   7.      </li>   8.          9.      <li>  10.      <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>  11.      </li>