Tagged Questions
2
votes
1answer
192 views
Formatting custom meta box date from YYYY/MM/DD to a more readable alternative
QUESTION
This is following a previous question that was graciously answered by Milo earlier here - How to sort CPT by custom meta value (date), and return posts month by month
In short, I'm having ...
0
votes
2answers
214 views
Setting Event to Expire Using Custom Metabox
Working on a real estate website and setting Open House dates and times using drop downs in a Custom Meta Box. Example drop down below:
<select name="sale_listing_open_house1_start_day" ...
0
votes
1answer
121 views
How to change a meta value (of a published post) after X days.?
I have a custom field. I would like to change the text of that custom field after x days.
I want something like this:
if ( published post is more than 90 days old ) {
echo "your post is more ...