Example #1
0
function the_feed_url()
{
    echo get_the_feed_url();
}
Example #2
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