Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author yotuwp

    (@yotuwp)

    Hi kinectech,

    Thank you for your inform. I will try to implement that data info for video on next version.

    Best regards,

    YotuWP

    Thread Starter kinectech

    (@kinectech)

    Figured out a while back how to add dates to videos.

    I simply added this line of code in all of the templates under the php endifs:

    <p class=”yotu-publish-date”><?php echo date(“F j, Y”, strtotime($video->contentDetails->videoPublishedAt));?></p>

    Will retrieve the date the video was uploaded. Using snippet.publishedAt would only return the date the video was added to a playlist.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Publication Dates?’ is closed to new replies.