You don't want to show the complete post on you homepage? Then why not show visitors only an excerpt and let them click for the whole post? Open your template file , eg.g index.php and search for term "the_content" then ...
You like the addthis plugin for Wordpress? But prefere to place it manually? Open your template file, e.g. "single.php", and place this where you want: <?php do_action( 'addthis_widget', $url, $title, 'share_counter');? > You can replace "share_counter" with any other stile ...
Wordpress 3.1.3 ok Geotagmapper will add geographical identification meta data to the header of your webpage. The data (latitude and longitude) will automatically be retrieved by Google maps. You only have to specify your address. It is really easy to ...
Wordpress 3.2 ok! NOW WITH ABILITY TO CREATE UNIQUE CONTENT Create a complete unique new post on a random old one and promote it to the top of your blog. It is really easy to handle and self-explanatory. Compared to ...
S T I L L B E T A As it says, an empty plugin considering all the advices given in http://codex.wordpress.org/Writing_a_Plugin, http://codex.wordpress.org/Creating_Options_Pages and http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/ Including: multi language ability uninstall routine data delete routine (avoid orphaned data) coding advices security ...