Tagged Questions
0
votes
2answers
97 views
I want to print a message in post “ After one month from publish date”
I need to showing message in post , but after one month from publish date.
I try to make it before ask you, but I can't
this is my code
$publish_date = $post->post_date_gmt;
...
3
votes
2answers
455 views
WordPress prompt checklist before publish?
Does anyone have a suggested plugin that does the following:
when a user hits publish on a post for the first time, it should have a popup, notice, or alert that asks the following:
Do you have a ...