WP Member Site
Creating a WordPress Membership Site just got a whole lot easier with this WordPress Membership Site plugin!
Introducing WP member Site. The WordPress Membership Site plugin that allows you to quickly and easily turn your WordPress Blog into a recurring income machine. Charge your members a monthly fee and watch your Paypal account expand with cash on a monthly basis.
[click to continue...]
Auto-Blog Builder
Add Hot, Fresh, Search Engine Optimized, Keyword-Targeted Blog Content to Your Site Automatically!
Build a Giant Website With Thousands of Pages Instantly – All Real Content! No Spam Pages!
What Is Auto-Blog Builder? Features & Benefits!
[click to continue...]

Langit: Professional and classy wordpress theme
Langit 1.0 : Professional and classy wordpress theme
Features :
- clean and simple
- 3 columns
- sidebar widget ready
- XHTML + CSS valid
- Tested in Firefox, Internet Explorer 6, Opera, and Safari
- compatible with wordpress 2.5 and below
- PSD and font used are included
[click to continue...]

Revolution Pro Business Theme For WordPress
The Revolution Pro Business theme is a widget-ready, customizable theme that provide ideal solutions for small business who wish to use WordPress as their content management platform.
[click to continue...]

Wordpress Directory Script and WordPress Directory Plugin
DirectoryPress is a fully featured directory theme for WordPress, it allows you to turn your standard wordpress blog into a powerful online link directory.
Not only does DirectoryPress come with great directory plugin features but also it comes with a range of changeable themes and designs, you can easily switch between any of the designs available with a click of the button!
Download our free directory script right now and within minutes you could have a beautiful wordpress directory powered by DirctoryPress. [click to continue...]

Wordpress Premium Theme - Video Flick 2.3
Post Thumbnails and Videos in a Matter of Seconds
With the all new Video Flick theme, getting thumbnail images and videos posted to your WordPress powered website is easier than ever. The days of copying embed code and adding custom fields are over with the brand new Press75.com “Simple Post Thumbnails” and “Simple Video Embedder” WordPress plugins included with the theme. Video Flick is compatible with any video service that provides embed code, or if you want to host your own videos, Video Flick is also compatible with FLV (Flash Video) and Quicktime formats.
[click to continue...]
If you have a more tag and a comments link on every post, and of course a post title, you have three different links pointing to the same page. This can affect your rankings negatively (again, because Google may think these links point to different pages).
To remove the “#more” text from your ‘Read More’ link, replace the following line in your wp-includes/post-template.php
$output .= ' <a href="'. get_permalink()
. "#more-$id\">$more_link_text</a>";
with
$output .= ' <a href="'. get_permalink()
."\">$more_link_text</a>";
1. Create .htaccess
Contoh dibawah jika anda menggunakan permalink yang sudah di modif
<IfModule mod_rewrite.c>
RewriteEngine On
php_flag register_globals off
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<Files wp-config.php>
Order Deny,Allow
Deny from All
</Files>
2. Create Robots.txt
User-agent: *
Allow: /
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/
3. Create file index.html
Create file index.html kosong di plugin folder wp-content/plugins/index.html [click to continue...]
List RPC and RPC2 Services to Ping :
http://1470.net/api/ping
http://api.feedster.com/ping
http://api.feedster.com/ping.php
http://api.moreover.com/ping
http://api.moreover.com/RPC2
http://api.my.yahoo.com/RPC2
http://api.my.yahoo.com/rss/ping
http://bblog.com/ping.php
http://bitacoras.net/ping
http://blogdb.jp/xmlrpc
http://blog.goo.ne.jp/XMLRPC
http://blogmatcher.com/u.php
http://bulkfeeds.net/rpc
http://coreblog.org/ping/
http://mod-pubsub.org/kn_apps/blogchatt
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast
http://ping.amagle.com/
http://ping.bitacoras.com
http://ping.bloggers.jp/rpc/
http://ping.blogmura.jp/rpc/ [click to continue...]
Secara default wordpress menambah automatis meta generator dengan content biasanya diisi dengan string versi wordpress yang digunakan
<meta name="generator" content="WordPress 2.5.1" />
Untuk menghapusnya, silahkan edit file functions.php theme anda yang berada di wp-content/theme/theme-aktif, dan tambah dengan baris berikut
remove_action('wp_head', 'wp_generator');