• The “use in theme” documentation on the plugin page wasn’t enough of a working example for me, but after some trial-and-error I found another way to display the expiration date.

    <?php echo get_post_meta($post->ID, 'xn-wppe-expiration', true); ?>

  • The topic ‘Another way to display post expiration date’ is closed to new replies.