Themes y Diseño
está resueltoBarbaro[b]!!!!!! ojala algun dia me expliquen asi, Señor 23r9i0 es usted una mar de conocimientos..felicitaciones por su desinteresada colaboracion!
toda la razon, sergio se re porto
un libro abierto. Yo sin el nose que hubieese echo. Gracias Sergio
Hola, llego un poco tarde pero yo he seguido los pasos que se dicen aquíy soy incapaz de cambiar el tamaño de la columna del primer post. CAmbio el index y el css y no hay ningún cambio. Este es mi index:
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class="date">
<p><?php the_time('l, j \d\e F \d\e\l Y'); ?> Por <?php the_author_posts_link(); ?> <?php edit_post_link('(Edit)', '', ''); ?></p>
</div>
<?php the_content(__('Sigue leyendo'));?><div style="clear:both;"></div>
<div class="postmeta">
Sección: <?php the_category(', ') ?>
Nombres propios: <?php the_tags('') ?>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
</div>
<div class="adsense-post">
<!--To activate your Google AdSense ad, go to your WP dashboard and go to Appearance -> Revolution Magazine Options and enter your Google Adsense Code.-->
<?php $adsense_468 = get_option('revmag_adsense_468'); echo stripslashes($adsense_468); ?>
</div>
<div class="comments">
<?php comments_template('',true); ?>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>
Debes Identificarte para publicar.