wp_sam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All site content goneMay be your hosting company has upgrade the database, it seems the database tables are disturbed.
You need to import the database backup to your site, if you dont have backup check with your hosting company they may have it.
Forum: Fixing WordPress
In reply to: error 404 / not foundI went here http://sandiscovery.com/wordpress/wp-admin and found wordpress error may be you are still working on it. Try reinstalling your fresh theme copy.
Same happened with me earlier and I reinstall the theme and the site was recovered.
Forum: Fixing WordPress
In reply to: The pages won't publishDid you tried switching to the Twenty Eleven theme by renaming your current theme’s folder inside wp-content/themes or resetting the plugins folder by FTP or phpMyAdmin. I guess its some kind of plugin conflict.
Forum: Fixing WordPress
In reply to: All site content gonewhat was the last changes you were working on?
Forum: Fixing WordPress
In reply to: Edit timestamp, Visiblity & Schedule Post not workingThanks I will restore the pre-upgrade database backup. I guess the I am using the 5.3 database version. Thanks for correcting me.
Forum: Fixing WordPress
In reply to: Multiple WordPress Databases – Which one am I using?hmmmm….. follow below steps
1) Login to phpMyAdmin.
2) Click the link to your Databases.
3) A list of your databases will appear. Choose the one that is your WordPress database in your case check both database companywebdb & companywordpressn
4) All the tables in your database will appear on the screen.
5) From the list, look for wp_options. Note: The table prefix of wp_ may be different if you changed it when installing.
6) Click on the small icon indicated as Browse.
7) A screen will open with a list of the fields within the wp_options table.
8) Under the field option_name, scroll down and look for siteurl.You will see the URL of the site there.
Forum: Fixing WordPress
In reply to: Multiple WordPress Databases – Which one am I using?yes you can download the wp-config file from FTP and you can find the database information from there. I hope this will help.
Forum: Fixing WordPress
In reply to: WordPress site not loading up..!You need to keep updating plugin / themes as and when they are available. Also don’t forget to take regular backup of site files and database. You can check with your Web Administrator for same.
Forum: Fixing WordPress
In reply to: Cannot change taglineIts look like the designer has used static HTML in your site and remove the dynamic code, so when you were changing the tagline it was not working. Update the code given above and that will make it dynamic again.
Forum: Fixing WordPress
In reply to: Was my website hacked?try deactivating the tiny slider plugin and see if the site works.
Forum: Fixing WordPress
In reply to: Cannot change taglineSo the tagline was working properly earlier? can you check what code is used to show tagline now? you can replace this code <?php bloginfo(‘description’); ?></div> and see if its change the tagline.
Forum: Fixing WordPress
In reply to: WordPress site not loading up..!Disable all plugin and check if you can see the site if site is working you need to activate plugin one by one to check with plugin is creating problem. This case looks more like plugin conflict.
Or there may be a new version of plugin available you need to update it to new version.
Forum: Fixing WordPress
In reply to: Effect of Browser on Twentytwelve front page widgetsAlternatively you can create a css file for IE explorer.
Forum: Fixing WordPress
In reply to: Someone inserted a link on my blog themeyou need to go to header.php and remove this code <p>bet.webeden.</p> once the code is removed you need to change your FTP, HOsting, WOedpress backend details.
Forum: Fixing WordPress
In reply to: Cannot change taglinewhich theme you are using?