M

Sunday, 3 August 2008, 791

M Theme Codes

index.php ------------------------------- <?php get_header(); ?> <div id="content"> <div id="ads"> <!-- AdSense line :) --> <!-- AdSense line :) --> </div> <?php if (have_posts()) : while (have_posts()): the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to: <?php the_title(); ?>"> <?php the_title(); ?></a> </h2> <div class="post-body"> <div class="date-header" > <?php the_time('m/j/Y g:i:00 A')?> </div> <span class="byline-author"> Posted by <?php the_author(); ?> </span> <br /> <?php the_content('(more)'); ?> <br /> <div class="byline-author"> <?php the_tags(__('Tags:'),', ','.<br />'); ?> <?php _e('Categories:'); the_category(', ')?>.</div> </div> <div class="post-footer"> <?php include(TEMPLATEPATH.'/sharethis.js')?> <?php if ('open' == $post->comment_status ): ?> | <?php comments_popup_link( __( 'Leave a comment' ), __('1 Comment'), __('% Comments')); ?> <?php if (get_comments_number()>0 ): ?> | <a href="<?php the_permalink() ?>/#comment" title="<?php _e('Leave a comment') ?>"> <?php _e('Leave a comment'); ?></a> <?php endif ?> <?php else: if (get_comments_number()>0): ?> | <?php comments_popup_link( __(' '), __('1 Comment'), __('% Comments')); endif ?> <?php endif?> | <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to: <?php the_title(); ?>">Permalink</a> <?php edit_post_link(__('Edit'),__(' | ')); ?> </div> </div> <?php endwhile; else : ?> <p> <?php _e('Sorry, no posts matched your criteria.'); ?> </p> <?php endif; ?> <?php include(TEMPLATEPATH.'/nav.php') ?> </div> <!-- content close --> <div id="content2"> <?php include(TEMPLATEPATH.'/topbar.php') ?> <?php get_footer(); ?>

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

  • "I am a dreamer. Seriously, I'm living on another planet."
  • Lütfü Hoca

  • Categories

  • Archives