Correct, the display/querying isn’t related to the plugin directly. But it does allow me to display the information I want based off your plugins usage with a customized date, not the date the page is created. The format date format doesn’t matter specifically for my situation, cause I just need to display the title of the page with the meta tied to it.
I was struggling to connect the dots and display the information based off the relationship of the meta and the page in the database.
Thank you for the help! And for a good meta plugin that is being managed. Over the past year or so I was using some other dated meta plugins that were no longer being updated.
EDIT – Can I have multiple datetime_timestamp meta boxes on the same page?
Yes, I’ll take care of your thread seperately hamedhymn.
mxpimp47, yes, there’s no limit on how many timestamp based metaboxes you can use. None I know of at least.
So are you good to go now? or are there still some dots not connected? Once you get the page that you need, the display is simple and I know you already know how to do that.
Almost, here is my code for displaying multiple meta boxes – http://pastebin.com/HDwafuiq. When it loads on the page, the dates are defaulting to the date specified from “test_metabox”. That is the first one in my functions file which controls something else I am using. I thought by having a different meta_box ‘id’, that it wouldn’t conflict.
EDIT – Just change the ‘id’ after the $prefix correct?
Yes, change the ID specified in the fields arrays. Those are the ones that get used for the meta keys in the database. If they’re all the same, then there’s chance they’ll all be updated the same, so making them unique will help.
Ok, had a brain fart. I may start a new thread for some actual query help outside of this thread. Thank you for the support!