Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End custom field for vimeo

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28763
    juliane
    Member

    hi,

    how can i create a custom field to display a vimeo video on my wordpress post?
    it’s custom field because I want it on a specific part of the post that is not on the post content.
    can’t figure it out. can you please help?

    thanks in advance.

    #74402
    TheDoc
    Member

    If you are simply going to pump out some embed code, you could just add this to your loop:

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

    And create and custom field called "vimeo" and put the embed code in there.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.