Ina Code Blog

bunch of code in one place
« Stick footer to bottom with CSS
Center page verticaly and horizontaly »


Oct
25

Alphabetized listing in Wordpress

Posted by admin in wordpress

With WP-Snap you can organize your posts alphabeticaly in each category.For example: if you are browsing through category 3, WP-Snap organizes posts from that category only.

  1. Download the plugin: wp-snap.zip
  2. Unzip and upload the file to your plugin folder (usually: /wp-content/plugins/).
  3. Activate the plugin.
  4. Insert the following code to your theme files where you want the alphabetical list to apear (index.php, archive.php):

    <?php if (function_exists(’wp_snap’)) { echo wp_snap(); } ?>

Check out plugin’s homepage for additional tips and settings.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Leave a Reply

Comment