Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




the_excerpt_rss [ WordPress Function ]

the_excerpt_rss ( No parameters )
Uses:
Defined at:



Display the post excerpt for the feed.

Source


<?php
function the_excerpt_rss() {
    
$output get_the_excerpt();
    echo 
apply_filters('the_excerpt_rss'$output);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics