Advertisement
Guest User

bug with WP dictionnary plugin

a guest
May 31st, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <h3>Top plugins</h3>
  2. <ul><li><?php query_posts("cat=18&posts_per_page=4"); ?>
  3. <?php while ( have_posts() ) : the_post(); ?>
  4. <a href="<?php the_permalink() ?>" rel="<?php the_title_attribute; ?>" alt="<?php the_title_attribute(); ?>"><?php the_excerpt(); ?></a>
  5. <? endwhile; ?></li></ul>
  6. <?php wp_reset_query(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement