S
sebasxnco
Épsilon
PHP:
<?php if ( in_category('5') ) : ?>
<left><a href="<?php the_permalink() ?>"><img src="<?php echo get_post_meta($post->ID, "Image", true);?>" width="150" right"150" /></a> </left>
<?php the_excerpt(); ?>
<?php elseif ?>
<?php if ( in_category('9') ) : ?>
<?php the_excerpt(); ?>
<?php else ?>
<?php the_content(); ?>
<?php endif ?>
gracias de antemano