Esto es lo que tengo:
Cita:
Y asi es como queda:Code to insert after the header has been loaded: <div id="main">
<div id="posts">
<img src="ht*tp://portaltuxtla.com/wp-content/themes/16/images/content_top.gif">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div id="postinfo">
<h1><a title="Enlace Permanente a <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<ul>
<li class="author">Autor: <?php the_author() ?> <?php edit_post_link('Editar'); ?></li>
<li class="categorie">Archivado en: <?php the_category(', ') ?></li>
<li class="date">Fecha: <?php the_time('M j,Y') ?>
</li><li class="author"><?php if(function_exists(�the_views�)) { the_views(); } ?></li></li>
</ul>
</div>
Code to insert before the sidebar is loaded:<div id="postcontent">
<?php the_content('Lee el resto de esta entrada »'); ?>
</div>
<?php include ('http://portaltuxtla.com/wp-content/themes/16/sidebar300.php'); ?></div></div>
Code to insert after the sidebar has been loaded: </div>
<div id="posts">
<img src="ht*tp://portaltuxtla.com/wp-content/themes/16/images/content_top.gif">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div id="postinfo">
<h1><a title="Enlace Permanente a <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<ul>
<li class="author">Autor: <?php the_author() ?> <?php edit_post_link('Editar'); ?></li>
<li class="categorie">Archivado en: <?php the_category(', ') ?></li>
<li class="date">Fecha: <?php the_time('M j,Y') ?>
</li><li class="author"><?php if(function_exists(�the_views�)) { the_views(); } ?></li></li>
</ul>
</div>
Code to insert before the sidebar is loaded:<div id="postcontent">
<?php the_content('Lee el resto de esta entrada »'); ?>
</div>
<?php include ('http://portaltuxtla.com/wp-content/themes/16/sidebar300.php'); ?></div></div>
Code to insert after the sidebar has been loaded: </div>
http://portaltuxtla.com/wp-login.php
Espero respuesta amigos, quien me ayude lo agradeceré muchisimo