Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Begin bbpress forum topics -->
- <div class="columns seventeen">
- <div class="site_goto_center">
- <div class="margin_top4">
- </div>
- <div class="site_center_div">
- <div class="columns eight">
- <h3 class="with_line">Latest Forum Topics</h3>
- <?php $my_query = new WP_Query('showposts=1&offset=2'); ?>
- <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
- <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
- <?php the_excerpt(); ?>
- <div class="hc">{ <em><?php _e('on', 'Detox') ?> <?php the_time('M'); ?><?php the_time('j'); ?> <?php the_time('Y'); ?> | <?php _e('in', 'Detox') ?>: <?php the_category(' | ') ?></em> }</div>
- <?php endwhile; ?>
- Hello World
- </div>
- <!-- End bbpress forum topics -->
- </div>
Advertisement
Add Comment
Please, Sign In to add comment