public post in future time
-
Hello, please help.
I use this in your widget:<?php $current_day = date('d')+1; ?> <?php $current_month = date('m'); ?> <?php $my_query = new WP_Query("cat=67&showposts=1000&day=$current_day&monthnum=$current_month&orderby=date&order=ASC"); ?> <?php if ($my_query->have_posts()) : ?>etc. does not work in WP 2.7, because I do not know how visible post to the time in the future. In WP 2.6 ‘s resolve plugin Admin Management Xtended. Admin Management Xtended in wp 2.7 will not work. Do you know how can I do to my post with future date public display?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘public post in future time’ is closed to new replies.