first post different
-
hi there
i have customized css gallery theme (css/psd)now i want to make the first post to be big !
eg: 400×200 insteat of 200×100
so my latest post will have twice normal size. ( fist post listed on the index.php )i have normal post version:
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php $values = get_post_custom_values("url"); echo $values[0]; ?>" title="<?php the_title(); ?>" target="_blank"> <img src="<?php $values = get_post_custom_values("thumbs"); echo $values[0]; ?>" alt="<?php the_title(); ?>" /></a> <?php endwhile; ?> <?php endif; ?>
on top of this code i want to put the customized post.
made the css and all this stuff, all i need is the correct code.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘first post different’ is closed to new replies.