Advertisement
Guest User

collapse-o-matic

a guest
Oct 16th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1.     <?php $my_query = new WP_Query('category_name=anarcho-capitalist-websites-blogs&posts_per_page=50&orderby=title&order=ASC' ); ?>
  2.     <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
  3.     <h4 class="collapseomatic colomat-open" title="<?php the_title(); ?>" id="<?php the_ID(); ?>" rel="neuro-highlander"><?php the_title(); ?></h4>
  4.     <div class="content_collapse_wrapper">
  5.     <div id="target-<?php the_ID(); ?>" class="collapseomatic_content ">
  6.     <?php the_content(); ?>
  7.     </div></div>
  8.     <?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement