Mikhail.Vink
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Missing argument 2 for wpdb::prepare(), in copyright footerWhat was the code you edited? What is the version of WordPress?
As for the error, you definitely need to add the 2nd parameter to wpdb::prepare(), please see http://make.wordpress.org/core/2012/12/12/php-warning-missing-argument-2-for-wpdb-prepare/ for more information on the issue.
Forum: Fixing WordPress
In reply to: Creating new WP site from oldI would recommend migrating current blog posts / pages / comments (at (Administration | Tools | Export/Import) to a new instance of WP right now and do the development there (including re-organization of pages). After the development is done, you will need one more iteration of moving content from old site to new (only content created after the first move).
Have a look at more detailed explanation of standard export process: http://en.support.wordpress.com/export/
Forum: Fixing WordPress
In reply to: Redirection based on country and/or IPPlease have a look at this plugin: http://wordpress.org/plugins/geographical-redirect/
Forum: Fixing WordPress
In reply to: Images/some styles missing in Safari only after site moveHi,
Have you been following this http://codex.wordpress.org/Moving_WordPress procedure on moving web site?
In fact, the styling is wrong for me on Chrome as well (probably you have caches?), and what I see you still have images/css URL http://roothealthclinic.com/testsite/wp-content/themes/roothealth/library/images/apple-icon-touch.png and it gives an error. Please have a look at moving web site procedure one more time to check if you’ve performed all required steps.
Forum: Fixing WordPress
In reply to: Duplicate pagesHello,
If you actually need your web site to be accessed by “www.abc.com” address, but not by “abc.azurewebsites.net”, the best workflow would be setting up canonical destination making 301 redirect in .htaccess file.
Please see Google’s instructions on this case: https://support.google.com/webmasters/answer/93633