home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / articles / README.txt < prev   
Encoding:
Text File  |  2007-09-25  |  1.5 KB  |  57 lines

  1. === Articles ===
  2. Tags: articles, featured posts, highlight, best
  3. Contributors: alexkingorg
  4. Requires at least: 2.3
  5. Tested up to: 2.3
  6. Stable tag: 1.2
  7.  
  8. The Articles plugin allows you to display a list of posts you wish to feature/highlight.
  9.  
  10. == Installation ==
  11.  
  12. 1. Download the plugin archive and expand it (you've likely already done this).
  13. 2. Put the 'articles.php' file into your wp-content/plugins/ directory.
  14. 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Articles.
  15. 4. Go to Options > Articles to configure your Articles settings.
  16.  
  17. == Choosing Articles ==
  18.  
  19. To add post to your Articles list, simply add a custom field (below the big text field on the post/page edit form) to the post:
  20.  
  21. Key: article
  22. Value: 1
  23.  
  24. == Showing the Articles List ==
  25.  
  26. There are two methods for showing the articles list.
  27.  
  28. = Token Method =
  29.  
  30. The token method is the easier way to show your articles list, and is enabled by default. To show your articles list, simply add the following to a page or post:
  31.  
  32. `###articles###`
  33.  
  34. and your articles list will appear in this place in the page/post.
  35.  
  36. = Template Tag Method =
  37.  
  38. You can always add a template tag to your theme (in a page template perhaps) to show your articles list:
  39.  
  40. `<?php aka_show_articles(); ?>`
  41.  
  42. == Known Issues ==
  43.  
  44. = Token Processing Time =
  45.  
  46. Using the token method to show your Articles list will add *very* minor additional processing to each post display on your site.
  47.  
  48. == Frequently Asked Questions ==
  49.  
  50. = Anything else? =
  51.  
  52. That about does it - enjoy!
  53.  
  54. --Alex King
  55.  
  56. http://alexking.org/projects/wordpress
  57.