Esempio n. 1
0
		<div class="entry">
			<?php 
        the_content();
        ?>
		</div>
		<div class="entry">	
			<ul class="links">
<?php 
        // See http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
        wp_list_bookmarks('title_li=&categorize=0');
        ?>
			</ul>
		</div>
		<div class="postmetadata">
			<?php 
        df_get_postmetadata(array("edit"), 'span');
        ?>
		</div>

	</div>
	<?php 
        comments_template();
        ?>

<?php 
    }
    ?>

<?php 
} else {
    /* NO posts */
Esempio n. 2
0
        ?>
			<span><a href="<?php 
        the_permalink();
        ?>
" rel="bookmark" title="<?php 
        printf(__('Permanent Link to %s', 'default'), the_title_attribute('echo=0'));
        ?>
"><?php 
        _e('Read the rest of this entry &raquo;', 'default');
        ?>
</a></span>
		</div>

		<div class="postmetadata">
			<?php 
        df_get_postmetadata(array("category", "tag", "edit"), 'span');
        ?>
		</div>

	</div><!-- end of post -->

<?php 
    }
    ?>

<?php 
    df_pagenavigator('<div id="pagenavigator">', '</div>');
    ?>
	
<?php 
} else {