I have a weird one, one I know I can solve with even a one time sql statement in PHPmyAdmin but I want to be sure I format the sql query right or I risk totally futzing my data…
I need to clone all the existing entry_date data in my channel entries (all few thousand!) in this one channel into a custom field in that channel. So basically, I just want to copy the data from the entry_date to the custom_date_field I created.
The reason is, this was an existing set of entries (imported from an old WP install, as an aside). I will in the future be forcing a now() date into the custom field into every entry that is published to this channel from here on in, and then allowing mods to “bump” an entry when something is “promoted”. But I need to be able to sort by the custom entry date (I’m using Solspace’s Date Field Filter) for pretty much every place I output these entries for the EE version of my blog.
If that makes sense?