Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    You would need to edit wpadverts/templates/manage.php file in order to have it there.

    Thread Starter wasantec

    (@wasantec)

    Example code ?

    <div class="adverts-grid-col adverts-col-date adverts-col-25">
                <span class="adverts-manage-date">
                    <?php esc_html_e( date_i18n( get_option("date_format"), get_post_time( 'U' ) ) ) ?>
                </span>
            </div>

    How to get countdown expiration date on user profile?

    Plugin Author Greg Winiarski

    (@gwin)

    I am not sure what do you mean by “countdown expiration date”?

    Thread Starter wasantec

    (@wasantec)

    help me. Display Ad Expired date in Manage ?

    error code.

    <?php echo $t_time ; $expires = get_post_meta( get_the_ID(), '_expiration_date', true ); $t_time = date_i18n( __( 'Y/m/d g:i:s A' ), $expires ); ?>

    Plugin Author Greg Winiarski

    (@gwin)

    I really have no idea what do you mean, can you write in full sentences? What error code do you mean? Where are you using the code you pasted?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display Ad Expired date in Manage ?’ is closed to new replies.