Import Instagram post to WordPress blog post

I’m not currently aware of other ways rather then: Creating an Instagram App Get an access token Build a small API handler Something like this to put in your functions.php: function my_instagram() { $transient_key = ‘instagram_data’; $feed_data = get_transient( $transient_key ); if( false === $feed_data ) { $feed_data = json_decode(file_get_contents(‘https://api.instagram.com/v1/users/self/media/recent/?access_token=<ACCESS_TOKEN>&count=4’)); if ( is_array( $feed_data->data ) … Read more

Importing Direct to DB – GUID Question

Short answer: yes The GUID field is meant to represent a globally unique identifier for the post. In WordPress we just happen to use the URL. The GUID field should never be thought of as an actual URL, though … just an identifier for the post. In reality, the GUID field could contain anything that’s … Read more

css file status 403

403 Forbidden is a permissions error, check that the file has proper permissions for public access on your server.

keep two blogs under the same domain

Install WordPress as multi-site, choose the option sub-directories. Your main blog will now under example.com/. Create a second sub-site and set its slug to portugueseblog. This site will now be accessible under example.com/portugueseblog. Now import the content from the old blogs into the new one.

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