Ejemplo n.º 1
0
        ?>
">&#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>
<?php 
        }
        ?>
		<div class="excerpt">
			<?php 
        the_content();
        ?>
		</div>
		<?php 
        do_action('river_entry');
        ?>
		<?php 
        action_bar('before=&after= | ');
Ejemplo n.º 2
0
							&nbsp;
							<div class="excerpt"><p><?php the_summary(200) ?></p></div>
							<div class="read"><a href="<?php the_link(); ?>">Continue reading on the original site.</a></div>
						</div>
						<div class="secondary-section">
							<span class="feed"><?php the_feed_name() ?></span>
							<span class="date"><?php the_date('format=l d F, Y H:i'); ?></span>
						</div>
						<div class="clearer"></div>
					</div>
					<div class="content" id="content-<?php the_id(); ?>">
						<?php the_content(); ?>
					</div>
					<div class="action-bar">
						<?php action_bar('before=&after= | '); ?>
						<?php the_enclosure(); ?>
					</div>
				</li><?php
		endwhile;
}

elseif(!has_feeds()) {
?>
			<li>
				<h2>Whoops!</h2>
				<p>No feeds exist!</p>
			</li>
<?php
}
else {
?>