Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
html_type_rss example
endif
;
/** * Fires at the end of each Atom feed author entry. * * @since 3.2.0 */
do_action
(
'atom_author'
)
;
?> </author> <title type="<?php
html_type_rss
(
)
; ?>"><![CDATA[<?php
the_title_rss
(
)
; ?>]]></title> <link rel="alternate" type="<?php
bloginfo_rss
(
'html_type'
)
; ?>" href="<?php
the_permalink_rss
(
)
; ?>" /> <id><?php
the_guid
(
)
; ?></id> <updated><?php
echo
get_post_modified_time
(
'Y-m-d\TH:i:s\Z', true
)
; ?></updated> <published><?php
echo
get_post_time
(
'Y-m-d\TH:i:s\Z', true
)
; ?></published> <?php
the_category_rss
(
'atom'
)
; ?> <summary type="<?php
html_type_rss
(
)
; ?>"><![CDATA[<?php
the_excerpt_rss
(
)
; ?>]]></summary> <?php
if
(
!
get_option
(
'rss_use_excerpt'
)
)
: ?> <content type="<?php
html_type_rss
(
)
; ?>" xml:base="<?php
the_permalink_rss
(
)
; ?>"><![CDATA[<?php
the_content_feed
(
'atom'
)
; ?>]]></content>