If you have a reseller account, and you want to work on a live copy of a site, then there are a few keysteps you need to take for it to work. (you could always run it on your HD instead)
So let’s say you have a client with a site called www.netviperinteractive.com and you want to make a new version. So you set it up on your hosting server and since you cannot use that domain name. So you will have to use the ip address of your new site to be able to access it. You made a username of dave.
So lets say your new site ip is 192.168.x.x, to log in to your control panel, you would go 192.168.x.x/cpanel. There you can install wordpress if your hosting company has a one-step install.
So access your site you would go to 192.168.x.x and you will see your new wordpress install. But if you want to edit it, it won’t work. Why? Because wordpress thinks your site is www.netviperinteractive.com and its not. Your site is a new site and you will have to configure wordpress to use the IP address.
So do to this, go back in your cpanel. Select myPHPadmin and select the database WP created from the left. Then select WP_options and change option 1 and option 37 to your ip/~username.
so right now mine says www.netviperinteractive.com. Change it to 192.168.x.x/~dave.
If you forgot your username, that can also be changed int he wp_users tab. If you are changing you password, you MUST select MD5 encription from the left for the password to actually change.
Hope that helps!
Removing “Allowed Tags” on the comment form.
This solution is from the wordpress forums from Emsi. It is not guaranteed to work on all themes, but it did work fine for me on my theme based on twenty ten. Follows these steps: 1. back up your functions.php file. 2. Add the following to your functions.php file function my_comment_form_args($user_identity, $post_id, $req) { $args…
How to remove the website field from the comment form
I had a customer request to remove the website field in the comments. You would think this would be a relatively simple thing to do, but not so. After an hour of searching, I found a solution that worked great. Here is the link. http://techhacking.com/2011/02/04/wordpress-how-to-remove-the-website-field-from-the-comment-form/
Google Website Optimizer and WordPress
Today I started a test using Google Website Optimizer on WordPress. The manual way of doing this would mean you would need to create 3 different headers and input the correct tracking code in each. While it is not a ton of work, it is a pain in the butt. The better way to do…