• Resolved jdestree

    (@jdestree)


    I am using the Post Expirator plugin in my blog. I want to display the expiration date in my template, not as shortcode in a post, as it describes.

    Can anyone help me with this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue!
    Any help??

    I´ve tryed that:

    <?php $expiration = get_post_meta($post->ID, ‘expiration-date’, true); echo $expiration; ?>

    But it returns a numeric value…

    adrian271

    (@adrian271)

    This thread shows as resolved but I don’t see a resolution. Is there one? I am looking for the same information.

    Alternatively, maybe there is something you can do with the meta-data that post expirator automatically creates. I’m not familiar enough with PHP to make that happen but if anyone knows that would be great.

    Thanks

    Count me in! I would really love to do this…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Expirator in template’ is closed to new replies.