| 13 | | <feed version="0.3" |
|---|
| 14 | | xmlns="http://purl.org/atom/ns#" |
|---|
| 15 | | xmlns:dc="http://purl.org/dc/elements/1.1/" |
|---|
| 16 | | xml:lang="<?php echo get_option('rss_language'); ?>" |
|---|
| 17 | | <?php do_action('atom_ns'); ?> |
|---|
| 18 | | > |
|---|
| 19 | | <title><?php bloginfo_rss('name') ?></title> |
|---|
| | 13 | <feed |
|---|
| | 14 | xmlns="http://www.w3.org/2005/Atom" |
|---|
| | 15 | xmlns:thr="http://purl.org/syndication/thread/1.0" |
|---|
| | 16 | xml:lang="<?php echo get_option('rss_language'); ?>" |
|---|
| | 17 | xml:base="<?php bloginfo_rss('home') ?>/wp-atom.php" |
|---|
| | 18 | <?php do_action('atom_ns'); ?> |
|---|
| | 19 | > |
|---|
| | 20 | <title type="text"><?php bloginfo_rss('name') ?></title> |
|---|
| | 21 | <subtitle type="text"><?php bloginfo_rss("description") ?></subtitle> |
|---|
| | 22 | |
|---|
| | 23 | <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT')); ?></updated> |
|---|
| | 24 | <generator url="http://wordpress.org/" version="<?php bloginfo_rss('version'); ?>">WordPress</generator> |
|---|
| | 25 | |
|---|
| 21 | | <tagline><?php bloginfo_rss("description") ?></tagline> |
|---|
| 22 | | <modified><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></modified> |
|---|
| 23 | | <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate('blog'), 0); ?></copyright> |
|---|
| 24 | | <generator url="http://wordpress.org/" version="<?php bloginfo_rss('version'); ?>">WordPress</generator> |
|---|
| | 27 | <id><?php bloginfo('atom_url'); ?></id> |
|---|
| | 28 | <link rel="self" type="application/atom+xml" href="<?php bloginfo('atom_url'); ?>" /> |
|---|
| | 29 | |
|---|
| 34 | | <modified><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></modified> |
|---|
| 35 | | <issued><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></issued> |
|---|
| 36 | | <?php the_category_rss('rdf') ?> |
|---|
| 37 | | <summary type="<?php bloginfo('html_type'); ?>" mode="escaped"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary> |
|---|
| | 40 | <updated><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></updated> |
|---|
| | 41 | <published><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></published> |
|---|
| | 42 | <?php the_category_rss('atom') ?> |
|---|
| | 43 | <summary type="<?php bloginfo('html_type'); ?>"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary> |
|---|