Wordpress Function Reference

Wordpress Function Reference

From ThaiiS Note (Wiki)

Jump to: navigation, search

author

 <?php the_author_nickname(); ?>
 <?php the_author(); ?>

The loop

starts here:

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

and ends here:

<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?>