S
sebasxnco
Épsilon
nada señores ninguno funciona
de-pronto alguien tiene idea si se puede hacer desde el archivo funtions.php y que en el index ponga algo como el siguiente código
de-pronto alguien tiene idea si se puede hacer desde el archivo funtions.php y que en el index ponga algo como el siguiente código
PHP:
<div class="contenido-principal">
<div class="minipost">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Leer El Resto De: <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
</h2>
<span class="custom_image">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Leer El Resto De: <?php the_title_attribute(); ?>"><img src="<?php echo get_post_meta($post->ID, "Image", true);?>" /></a>
</span>
<span class="content1">
<?php if(in_category('Destacados'))
the_excerpt();
?>
</span>
</div>
<div class="post-normal">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Leer El Resto De: <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
</h2>
<div class="post_date">Autor <strong><?php the_author_posts_link(); ?></strong> | <span class="view"><?php the_views(); ?></span>
<span class="content2">
<?php the_content('Leer Completo'); ?>
</span>
<div class="allinfos">
<span class="metas">
[<a href="<?php the_permalink() ?>" rel="bookmark" title="Leer el resto De <?php the_title(); ?>"> Leer Completo </a>]
</span>
<span class="date"><?php the_time('F jS, Y') ?></span> | <span class="comments"><?php comments_popup_link('No Hay Comentarios', '1 Comentario', '% Comentarios'); ?> </span> | <span class="category">Alojado En </span><?php the_category(', ') ?> | <?php edit_post_link('editar', '', ''); ?>
</div>
</div>
</div>
Última edición:

