Hi @durhamm1,
You’re the nth person to ask me this, and so I went on a mission! With that, I found the perfect solution 🙂
- Install and activate Custom Field Bulk Editor.
- If you used this tool before… Go to “Settings -> Bulk Editor Settings” and enable this plugin for the (Custom) Post Types you wish to edit.
- Go to the “Bulk Edit Fields” submenu for the (Custom) Post Type in the admin bar on the left.
- In Single Value Mode (default), select/check all the post IDs you wish to edit.
- Under the post list, you’ll find a box to set custom field values.
In your case, you need to set these entries at step 5:
- Custom Field Name:
_genesis_noindex
- Value:
1

And then hit the big “Save Custom Fields” button.
That’s it!
Now, to update the sitemap, go to any of the posts you’ve just edited, and resave it.
This feature is planned for WordPress’ own bulk editor via TSF:
https://github.com/sybrew/the-seo-framework/issues/155
Cheers 🙂
Thanks
That works. The only problem is the Custom Field Bulk Editor plugin only displays 200 posts and there is no facility to show further pages. Judicious use of the search box at the top of the screen might help in some instances but I just reset the limit to 2000 in line 193 of custom-field-bulk-editor.php and the job was done. (Probably worth having a database backup before doing that!)
🙂
Heh, I love your ingenious and direct approach to such issues 🙂 Cheers!