Exporting completed webiste for another server

It’s not difficult. You need to transfer files to the new server. Create a blank database and keep it’s name, user_name (this user must have all privileges of this newly created database) and password. Edit config.php file on new server with the these new details. Read: WordPress Codex for transferring site

WordPress Site Speed (Maybe Server Issue)

It could be anything: A slow and un-optimized MySQL server A theme not suited for big databases A faulty plugin combination … You can make sure that it’s not a plugin or theme issue by disabling all plugins and using a built in theme (I like Twenty Twelve). What else you can do to find … Read more

Server specification [closed]

To add to Peter’s comment, it is very much depending on the technology you use which in turn might depend on the software architecture. If you can create a condition in which you can serve cached pages 99% of the time (by using caching plugins or varnish in front of your site) then you will … Read more

How to convert and use JSON data from a remote WordPress server?

On server B: $result = wp_remote_post(‘http://serverA.com/?api=json’, array( ‘method’ => ‘POST’, ‘redirection’ => 1, ‘httpversion’ => ‘1.0’, ‘blocking’ => true, ‘headers’ => array(), ‘body’ => array(), ‘cookies’ => array() )); if ( is_wp_error( $result ) ) { return ‘bad connection!’; } $json = $result[‘body’]; $posts = json_decode($json); Now you have $posts as usual php array. var_dump($posts) … Read more

Problems clearing cache

After more than a half of a day of battle, I found out that style.css has to be in direct subdirectory of a child theme. I had placed it under the /css/ folder together with other styles. That’s why WordPress couldn’t find PHP files… Weird thing is that this folder structure has worked when I … Read more

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