how to make first post diffrent than other posts?
-
my code is: https://pastebin.com/BydqqyQy
i want first post to look like this:
<div class="art-postcontent"><center><h2><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2></center> <div class="datepostpage"><small><?php the_time('F j, Y') ?></small></div> <center><div class="art-article img"><div class="attachment-post-thumbnail"> <?php the_post_thumbnail(); ?></div></div><center> <center><div><?php echo preg_replace('/<img[^>]+./','',get_the_content('Leer Mas...')); ?></div></center> <p align="right"><?php comments_popup_link('0 Comentarios', '1 Comentario', '% Comentarios'); ?></div></p>
and the rest of the posts like this:
<div class="art-postcontent"><h2><a>"><?php the_title();?></a></h2> <small><?php the_time('F j, Y') ?></small> <center><div class="art-article img"><div class="attachment-post-thumbnail2"> <?php the_post_thumbnail(); ?></div></div><center> <center><div><?php echo preg_replace('/<img[^>]+./','',get_the_content('Leer Mas...')); ?></div></center> <p align="right"><?php comments_popup_link('0 Comentarios', '1 Comentario', '% Comentarios'); ?></div></p>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘how to make first post diffrent than other posts?’ is closed to new replies.