Static HTML to WordPress migration

I would agree with the commenter – develop your WordPress version locally using something like MAMP (if Mac) or WAMP (windows). In that way, there would be no disruption to your existing site until you are satisfied and ready to upload the WordPress version. When you are ready to upload, I would (personally) clear out … Read more

Migration from old CMS to WordPress 301 redirection rules?

I made modification of rules, now it is working fine. #For post page URLs RewriteRule ^(.*)-some-category-suffix(.*)-some-category-suffix(.*).jpg.html(.*)$ /category-url/$1$2$3.html [L,R=301] #For post add-on page URLs RewriteRule ^(.*)full-size/(.*)-some-category-suffix(.*)-some-category-suffix(.*).jpg-(.*)(.*).html$ /category-url/$1$2$3$4.html?-$5$6 [L,R=301] #Category URLs RewriteRule ^(.*)-some-category-suffix(.*)-some-category-suffix(.*)$ /category_url/$1$2$3 [L,R=301]

Migrating Users along with their password

I imported the 2 tables in the target database and faced permission issue while logging in to the target site , then I followed this site http://beconfused.com/2007/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/ and it fixed the issue.

can’t edit widgets after moving from subfolder to root

If anyone will ever have these issues, here are some solutions: deactivate WP UI plugin – but if you still want to use it, try to modify wp_register_script( ‘wpui-script-before’, site_url( ‘?wpui-script=before’ ), ___something___ ); to wp_register_script( ‘wpui-script-before’, home_url( ‘?wpui-script=before’ ), _____something_____ ); in: /wp-content/plugins/wp-ui/wp-ui.php /wp-content/plugins/wp-ui/admin/wpUI-options.php /wp-content/plugins/wp-ui/inc/widgets.php

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)