Entry

Wordpress : sort results by tag

to get results for a specific tag < ?php query_posts('tag=Your_Tag'); ?>
when tested under wordpress 2.2 you do not need to make a post loop. just place the above code and wordpress should handle the rest. An example of all this is the poetry page.
enjoy - sid

Share and Enjoy:

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Google
  • Technorati
  • Slashdot
  • LinkedIn
  • E-mail this story to a friend!

to get results for a specific tag < ?php query_posts('tag=Your_Tag'); ?>

when tested under wordpress 2.2 you do not need to make a post loop. just place the above code and wordpress should handle the rest. An example of all this is the poetry page.

enjoy - sid

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Google
  • Technorati
  • Slashdot
  • LinkedIn
  • E-mail this story to a friend!

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*