Advertisement
Guest User

wordpresscode1232

a guest
Feb 10th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. <div class="mk-col3-wrapper">
  2.  
  3. <!--Starsigns icons-->
  4.  
  5. <div class="sub-stories-mk-holder">
  6.  
  7. <?php
  8.  
  9. if ($catID) {
  10. $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
  11. query_posts("cat=33&amp;paged=$paged");
  12. } ?>
  13. <?php if (have_posts()) : ?>
  14. <?php while (have_posts()) : the_post(); ?>
  15. <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
  16. <div id="sub-post-mk">
  17. <div class="post-content-mk">
  18. <div class="post-thumbnail-mk">
  19. <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_post_thumbnail(); ?></a>
  20. </div>
  21. <div class="post-copy-mk">
  22. <div class="post-title-mk">
  23. <a style="color:#000000;" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29.  
  30. <?php endwhile; ?>
  31.  
  32. <?php else : ?>
  33. <!-- <h2 class="center">Not Found</h2>
  34. <p class="center">Sorry, but you are looking for something that isn't here.</p>
  35. <?php /*?><?php get_search_form(); ?><?php */?>-->
  36.  
  37. <?php endif; ?>
  38.  
  39. <!--picture side-->
  40.  
  41. </div>
  42. <div class="mk-ad1">
  43. <a href="#" target="_self"><img src="http://www.macsmagazine.com/wp-content/uploads/2013/02/findlove1.jpg" border="0"/></a>
  44. </div>
  45. </div>
  46.  
  47. <!--New accordian menu from content-->
  48.  
  49. <div id="mk-accord-wrapper">
  50. <?php while (have_posts()) : the_post(); ?>
  51. <?php the_content(); ?>
  52. <?php endwhile;?>
  53. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement