Using WordPress on 000webhost.com

hello and I am a new web developer and I have been trying to get wordpress to work on the following site I have followed all the steps, altering the wp-config.php file properly and uploaded it using a FTP to the database as is given to me when I downloaded all the files onto my … Read more

Using CloudConvert API in WordPress

Just tested on my end, and it’s working fine. Looks like something went wrong with the installation. Here are steps to follow to get it working: In the plug-in root directory create composer.json file with the following content: { “name”: “Example Application”, “description”: “This is an example”, “require”: { “cloudconvert/cloudconvert-php”: “2.2.*” } } run composer … Read more