Skip to content

Instantly share code, notes, and snippets.

@beyazitkolemen
Created June 15, 2011 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beyazitkolemen/1028417 to your computer and use it in GitHub Desktop.
Save beyazitkolemen/1028417 to your computer and use it in GitHub Desktop.
Kategoriye Ait Konular
<?php $anarschi = new WP_Query("showposts=3&cat=14"); while($anarschi->have_posts()) : $anarschi->the_post();?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
//cat id - ise dahil değil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment