All pastes #1997512 Raw Edit

template with wordpress loop

public php v1 · immutable
#1997512 ·published 2010-11-20 23:23 UTC
rendered paste body
<?php/*Template Name: Blog template*/?><?php get_header(); ?> <div class="middle1"><?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); $loopcounter++; ?><?php if ($loopcounter < 2 and $loop2counter < 11 )  { ?><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2><div class="meta"><strong><?php the_time('F jS, Y') ?></strong> | Category : <?php the_category(',') ?> <?php edit_post_link(__(' | Edit This')); ?> | <a href="<?php trackback_url(true); ?>" rel="trackback">Trackback</a> | <?php if(function_exists('the_views')) { the_views(); } ?>  </div><?php the_content('read more..'); ?>                                <?php } ?>                                <?php endwhile; ?>                                <?php else : ?>                                <h2>Enggak Ketemu</h2>                                <p>Maaf, Apa yang anda cari tidak diketemukan.</p>                                <?php include (TEMPLATEPATH . "/searchform.php"); ?>                                <?php endif; ?>                                <!-- Minor posts start here --><div id="middle1">        <h2>Latest Updates <a class="rss" href="<?php bloginfo( 'rss2_url' ); ?>"><img src="<?php bloginfo('template_url'); ?>/images/feed12x12.png"></a>&nbsp;RSS</h2>        <ul>                              <?php if (have_posts()) : ?>                                <?php while (have_posts()) : the_post(); $loop2counter++; ?>                                <?php if ($loop2counter > 1 and $loop2counter < 8 ) { ?><?php if (function_exists('get_cat_icon')) get_cat_icon('fit_width=48&fit_height=48&small=false&class=myicons'); ?>           <span class="meta">                 <?php the_category(',') ?>                       <?php the_time( ); ?> on <?php the_time( 'F j, Y' ); ?> | <?php if(function_exists('the_views')) { the_views(); } ?>                                                <br /> </span>                        <span class="sisikiri"><a href="<?php the_permalink( ); ?>"> <?php the_title(); ?> </a>  </span>        <div class="postcontent">                  <?php the_tags( __( 'Tags: ' ), ', ', ' ' ); ?>        </div> <!-- // postcontent -->        <div class="bottom_of_entry">&nbsp;</div><?php } ?><?php endwhile; ?>        </ul>  <?php else : ?>                                <h2>Error not found</h2>                                <p>Maaf.., Kamu nyari apaan sih ?</p>                                <?php include (TEMPLATEPATH . "/searchform.php"); ?>                                <?php endif; ?>    </ul>   </div> <!-- // main -->         </div><?php get_sidebar(); ?><?php get_footer(); ?>