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.
- Download the plugin: wp-snap.zip
- Unzip and upload the file to your plugin folder (usually: /wp-content/plugins/).
- Activate the plugin.
- 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.


