phpBB 3 to bbPress

Never mind now. Fortunately (in this case) I have found an alternative solution to bbPress for WordPress – Simple:Press! I personally think that Simple:Press is much better not only because it allowed me to import everything from phpBB very easily but also because it seems much more comprehensive and well put together; – more comparable … Read more

Migrate comments to Disqus

During the process of installing the Disqus Comment System plugin on WordPress, it actually allows you to export your comments to Disqus, as shown in the screenshot above. And they’ve quite a helpful documentation as well: Install Disqus on WordPress (self-hosted) Exporting comments from WordPress to Disqus Not to mention the numerous ‘how-to’ videos on … Read more

Sidebar not visible after changing to new domain

Don’t replace old url to new url in database file. wp-login.php can be used to (re-)set the URIs. Find this line: require( dirname(__FILE__) . ‘/wp-load.php’ ); and insert the following lines below: Do comment/remove these lines. (once the database is updated) update_option(‘siteurl’, ‘http://your.domain.name/’ ); update_option(‘home’, ‘http://your.domain.name/’ ); for more information http://codex.wordpress.org/Moving_WordPress

Migrating domain name from old WP host to new (which uses vhosts)

You can set the domain for the WP install in the config-file wp-config.php and so its easy to set an new domain for a install. define(‘WP_SITEURL’, ‘http://www.example.com’); define(‘WP_HOME’, ‘http://www.example.com/blog’); Now use WordPress this domains and the settings in backend was not deciding. But the task after this small change is, that you change the url … Read more

Featured Images not appearing

All your issues could be solved with some MySQL queries. Regarding point #1: if you are using mod_rewrite then I recommend using absolute URLs for images in posts, if you are displaying full post content (including its images) on other pages – as you suggest. You can do a MySQL search/replace as follows: UPDATE wp_posts … Read more

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