New answers tagged wpalchemy
0
Here's a piece of code similar to what I have used to fix the problem once imported the data:
<?php
define('MY_METABOX_ID', 'my_metabox_id');
define('MY_METABOX_PREFIX', 'my_metabox_prefix_');
define('MY_CUSTOM_POST_TYPE', 'my_custom_post_type');
// Include WordPress
define('WP_USE_THEMES', false);
define('WP_DEBUG', 1);
require_once('../wp-load.php');
...
Top 50 recent answers are included