Assign/update the custom field value for all posts
You can run a loop through all your posts and change their meta value. To do so, create a plugin and run a loop upon its activation, using get_posts(): <?php /* Plugin Name: Update MetaData for Posts Description: Enable this plugin to update the metadata for all the posts Author: JackJohansson Version: 1.0 Author URI: … Read more