blank page after update my theme

A blank page (‘white screen of death’) is usually caused by a fatal error in the PHP code. Since you said that you updated your theme (although it is not clear whether you personally updated the code, or if the theme was updated by the theme developer), then the problem is most likely in the … Read more

How to move UPLOADS folder in sub-domain which hosted in another server

Warning! Nothing of the proposed below was tested. add_filter(‘upload_dir’, ‘update_attachment_url’); function update_attachment_url($data) { $data[‘url’] = str_replace(‘http://main-domain/’, ‘http://sub-domain.com’, $data[‘url’]); $data[‘baseurl’] = str_replace(‘http://main-domain/’, ‘http://sub-domain.com’, $data[‘baseurl’]); return $data; } Code source. Also you can try to change the values of upload_path and upload_url_path found in the wp_options MySQL table. Remember to run Search Replace DB to change all … Read more

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