If you would like to show the total number of posts on your index page simply insert <?php the_author_posts() ?> wherever you would like the total posts. This is assuming you are the only author. If you have multiple authors you will need a hack.
How To Import Your Bookmarks/Favorites Into WordPress
This How-To was found at Weblog Tools Collection and linked to C A R T H I K . N E T on how to import your bookmarks/favorites from your browser into WordPress’ Link Manager.
WordPress Plugin: Recent Posts Static
The Recent Posts Static Plugin writes to a file a list of most recent entries every time you publish, edit, or delete a post. This cuts down your database queries using less resources and bandwidth. Include the text file wherever you want it in index.php.
WordPress Plugin: Scripturizer
If your blog entries often include scripture references then you will want the Scripturizer plugin for WordPress 1.2. After installation, whenever you reference a scripture like Mark 1:15 your post will output Mark 1:15.
WordPress Hack: Kitten’s Hilite Comments
This WP hack, once installed will give you the option to style any single comment. The result is simple elegance: on on the edit page for each comment, you have a checkbox to set its Hilite status. If you check the box and save your changes, the comment will be enclosed in a that you […]