• Resolved monagraphic

    (@monagraphic)


    Hey,

    i have a list of all my posts and i would like to return expiration date in front.

    For example :
    Title
    from publication_date to expiration_date

    Is it possible by using shortcode ?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter monagraphic

    (@monagraphic)

    Here is the solution :

    $expiration = get_post_meta($post->ID,’_expiration-date’,true);

    • This reply was modified 7 years, 2 months ago by monagraphic.
Viewing 1 replies (of 1 total)
  • The topic ‘Get expiration date by post id’ is closed to new replies.