Import Instagram post as WordPress post

Install the Instagram feed plugin Set up the plugin, go to plugin list, then under instagram feed press settings and set it up. To customize it, use customize bar Go to display feed bar, and copy then [instagram feed] code go on wordpress editor, press add block and search for shortcode Paste the copied code … Read more

WordPress All-Import to ATUM Stock Management

perhaps a new answer on an old post. But what you getting is an error on this part: $wpdb->update() this is because the variable $wpdb is nog defined. To get this working, you should place global $wpdb; at the beginning of your function. like: function after_wpai_post_saved($id) { global $wpdb; // get custom field

import svg-files from wxr – (upload works, import not)

Found my solution after a little more digging. The problem lies in wordpress-importer Found this from jan 30 on github: https://github.com/WordPress/wordpress-importer/issues/47?_pjax=%23js-repo-pjax-container Then later the solution here: https://www.playnicetogether.com/2015/11/07/wordpress-importer-plugin-content-length-problem-solved/ “the WordPress Importer plugin is not compatible with remote servers that use HTTP compression.” For WordPress v4.6 and above, please use the following: add_filter( ‘http_request_args’, function( $r, $url … Read more

How to import posts correctly?

You could always give it a try, i’ve imported around 300 posts at the same time before so, it shouldn’t be that big of a deal. You could try the following methods if you have problems with importing them all at once. Try re-defining WP_MEMORY_LIMIT and increase it to i.e. 1024MB Try increasing the max_execution_time … Read more

imported post image as normal image instead encoded image

after several experiment to reproduce the problem under various circumtances, i found that the post’s image somehow already encoded in the first place, so this is not wordpress importer problem. for someone who might be experienced the same thing, could read this clue : https://stackoverflow.com/questions/19623011/wordpress-avoid-using-data-uri-scheme