Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php get_header(); ?>
- <div id="content">
- <?php if (have_posts()) : ?>
- <?php while (have_posts()) : the_post(); ?>
- <div class="post">
- <div class=”tag-img”>
- <?php if (function_exists('get_cat_icon_lite')) echo get_cat_icon_lite();?>
- </div>
- <h1>
- <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
- <small><img src="http://alnoorians.com/wp-content/themes/WorldSym/images/date.png"/> <?php the_time('F jS, Y') ?> | <img src="http://alnoorians.com/wp-content/themes/WorldSym/images/user.png"/> <?php the_author_posts_link(); ?> | <b><img src="http://www.hqmoviz.us/wp-content/uploads/2011/09/rsz_schedule-32.png"/></b> <?php the_category(', ') ?> |<img src="http://images.findicons.com/files/icons/1156/fugue/16/eye_arrow.png"/> <?php if(function_exists('the_views')) { the_views(); } ?> | <img src="http://icons.iconarchive.com/icons/pixelmixer/basic/16/bubble-icon.png"/> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?><?php if ( $user_ID ) :?> | <b>Modify:</b> <?php edit_post_link(); ?> <?php endif; ?></small>
- <hr/>
- </div>
- <?php comments_template(); ?>
- <?php endwhile; ?>
- <div class="navigation">
- <?php wp_pagenavi(); ?>
- </div>
- <?php else : ?>
- <h2 class="center">Not Found</h2>
- <p class="center">Sorry, but you are looking for something that isn't here.</p>
- <?php endif; ?>
- </div>
- <?php get_sidebar(); ?>
- <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement