Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="fix feature">
- <span class="fix catagoryHeading">ফিচার</span>
- <?php if (have_posts()) : $counter = 1; while (have_posts()) : the_post(); if( $counter == 1 ) { ?>
- <div class="fix featureImage">
- <?php the_post_thumbnail();?>
- </div>
- <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
- <div class="fix featureBody">
- <p>
- <?php the_excerpt(); ?>
- <span class="details"><a href="<?php the_permalink(); ?>">...বিস্তারিত</a></span>
- </p>
- </div>
- <?php } else { ?>
- <ul class="catagory">
- <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
- </ul>
- <?php }
- $counter++;
- endwhile;
- endif;
- ?>
- </div><!--feature end-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement