Exemple #1
0
function the_feed_name()
{
    echo get_the_feed_name();
}
Exemple #2
0
		<span class="time"><?php 
        the_time('format=H:i');
        ?>
</span>
		<span class="title" title="<?php 
        _e('Click to expand/collapse item');
        ?>
"><?php 
        the_title();
        ?>
</span>
		<span class="source"><a href="<?php 
        the_link();
        ?>
">&#187; <?php 
        printf(_r('Post from %s'), get_the_feed_name());
        ?>
 <img src="<?php 
        echo template_file_load('application_double.png');
        ?>
" alt="<?php 
        _e('Visit off-site link');
        ?>
" /></a></span>
<?php 
        if (has_enclosure()) {
            ?>
		<span class="enclosure"><?php 
            the_enclosure();
            ?>
</span>
Exemple #3
0
        ?>
"><?php 
        the_date('format=F j, Y');
        ?>
 &#8211; <?php 
        the_date('format=g:i a');
        ?>
</abbr></div>
				<div class="item-content entry-content">
					<?php 
        the_content();
        ?>
				</div>
				<div class="item-metadata">
					<div class="item-source author vcard"><?php 
        printf(_r('By %s', 'watchorn'), '<a href="' . get_the_feed_url() . '" class="url fn n" >' . get_the_feed_name() . '</a>');
        ?>
</div>
					<?php 
        if (has_enclosure()) {
            ?>
					<span class="meta-sep">|</span>
					<div class="item-enclosure"><?php 
            the_enclosure();
            ?>
</div>
					<?php 
        }
        ?>
				</div> <!-- .item-metadata -->
				<?php