Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
- <h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
- <?php the_content(__('Read more'));?>
- <footer id="pagefoot">
- Categories: <?php the_category(' • '); ?><br />
- <?php the_tags( 'Tags: ', ', ', '<br />'); ?>
- last updated: <?php the_modified_date(); ?>
- </footer>
- <?php endwhile; else: ?>
- <p><?php _e('Sorry, no pages or posts matched your request.'); ?></p>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement