The WordPress Loop

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    The WordPress Loop - Presentation Transcript

    1. The Loop Adding even more functionality...
    2. What is the loop? • The Loop is used by WordPress to display each of your posts. Using The Loop, WordPress processes each of the posts to be displayed on the current page and formats them according to how they match specified criteria within The Loop tags.
    3. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    4. <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?>
    5. <h2> <a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"> <?php the_title(); ?></a> </h2> <small><?php the_time('F jS,Y') ?> by <?php the_author() ?></small>
    6. <div class="entry"> <?php the_content('Read the rest of this entry &raquo;'); ?> </div>
    7. <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
    8. Demo

    + Jake SpurlockJake Spurlock, 2 months ago

    custom

    315 views, 0 favs, 1 embeds more stats

    Just a presentation that showcases the WordPress lo more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 315
      • 274 on SlideShare
      • 41 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 4
    Most viewed embeds
    • 41 views on http://jakespurlock.com

    more

    All embeds
    • 41 views on http://jakespurlock.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories