robgtus
Forum Replies Created
-
Given that you can’t log in due to the error, you will want to disable the plugin manually. To do that you need to edit the database(if it is cpanel hosting login to cpanel and find phpmyadmin). To turn off all plugins you can run the following sql: UPDATE wp_options SET option_value = ‘a:0:{}’ WHERE option_name = ‘active_plugins’;
The other option is to use phpmyadmin and find wp_options and the row active_plugins and edit it to remove the nextgen gallery.
Forum: Fixing WordPress
In reply to: Which file to correct coding errorAs DJDoubleXL189 said it should be in header.php, from the looks of it you should find the code near the end of that file just a little above the </header> tag.
Forum: Fixing WordPress
In reply to: Wp for advertisingI suppose anything is possible, but it would be a lot of work to turn wordpress into an “ad network”. You would probably be better off searching for a commercial ad network script to accomplish that.
Forum: Fixing WordPress
In reply to: Removing 404 errorDo you have any sitemap plugin installed? It could be that you had an unauthorized post at one time and the sitemap plugin added it to the sitemap. Then Google Webmaster tools will use that and list the address. Here is how to get google to remove a url: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=164734
Forum: Fixing WordPress
In reply to: how to make your site private until completionThere are a few plugins that will do something similar to what you are looking for. http://ww.wp.xz.cn/plugins/site-is-offline-plugin/ for example gives an offline message. Assuming the others you want to be able to view it have accounts to log in, they can still login and view the site in progress.