Help with Main Template
-
Hi!.
I have been working with mi WordPress 2.0.3 Main Index Template, but lnow, qhen i look mi blog i see that message “
Sorry, but you are looking for something that isn’t here.
“.<?php get_header(); ?>
<?php include (TEMPLATEPATH . ‘/left-sidebar.php’); ?>
<?php include (TEMPLATEPATH . ‘/right-sidebar.php’); ?>
<div class=”main”>
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<h4>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?> <?php edit_post_link(‘- Edit’, ”, ”); ?></h4>
<small><?php the_time(‘j F Y’) ?> <!– by <?php the_author() ?> –></small>
<?php the_content(‘Read the rest of this entry »’); ?>
<?php endwhile; ?>
<?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>
<?php else : ?>
<h2 class=”center”>Not Found</h2>
<p class=”center”>Sorry, but you are looking for something that isn’t here.
<?php endif; ?>
</div>
<div class=”toplink”>
<img src=”arrow_top.gif” alt=”top” width=”9″ height=”7″ />top
</div> <!– class=”toplink” –>
<?php get_footer(); ?>
It’s there anithing wrong? please i need help!!
http://www.comicvia.net/wordpress
The topic ‘Help with Main Template’ is closed to new replies.