Esempio n. 1
0
				<div id="fragment-1">

				<!-- start of #fragment-1 content -->
			<div class="entry">
				<h2>Latest News: <br /><a href="<?php 
            the_permalink();
            ?>
" rel="bookmark" title="Permanent Link to <?php 
            the_title();
            ?>
"><?php 
            the_title();
            ?>
</a></h2>
				<?php 
            $last_news = TimeAgoInWords(strtotime($post->post_date));
            ?>
				<p class="postdate"><?php 
            the_time('F jS, Y');
            ?>
 (<?php 
            print $last_news;
            ?>
) (<?php 
            comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;');
            ?>
) <!-- by <?php 
            the_author();
            ?>
 --></p>
Esempio n. 2
0
while ($recent->have_posts()) {
    $recent->the_post();
    ?>
			<div class="entry">
				<h2 class="entry-title">Warzone Latest: <a href="<?php 
    the_permalink();
    ?>
" rel="bookmark" title="Permanent Link to <?php 
    the_title();
    ?>
"><?php 
    the_title();
    ?>
</a></h2>
				<?php 
    $last_warzone = TimeAgoInWords(strtotime($post->post_date));
    ?>
				<p class="postdate"><?php 
    the_time('F jS, Y');
    ?>
 (<?php 
    print $last_warzone;
    ?>
) (<?php 
    comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;');
    ?>
) <!-- by <?php 
    the_author();
    ?>
 --></p>