
wordpresscode1232
By: a guest on
Feb 10th, 2013 | syntax:
None | size: 1.75 KB | hits: 21 | expires: Never
<div class="mk-col3-wrapper">
<!--Starsigns icons-->
<div class="sub-stories-mk-holder">
<?php
if ($catID) {
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("cat=33&paged=$paged");
} ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<div id="sub-post-mk">
<div class="post-content-mk">
<div class="post-thumbnail-mk">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_post_thumbnail(); ?></a>
</div>
<div class="post-copy-mk">
<div class="post-title-mk">
<a style="color:#000000;" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
</div>
</div>
</div>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<!-- <h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php /*?><?php get_search_form(); ?><?php */?>-->
<?php endif; ?>
<!--picture side-->
</div>
<div class="mk-ad1">
<a href="#" target="_self"><img src="http://www.macsmagazine.com/wp-content/uploads/2013/02/findlove1.jpg" border="0"/></a>
</div>
</div>
<!--New accordian menu from content-->
<div id="mk-accord-wrapper">
<?php while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile;?>
</div>