Forum

Support is provided free and on a “best endeavours” basis. This is usually daylight hours, UK time, Monday to Friday. At the time of this screen being refreshed it was Saturday 6:15pm in the UK.

Welcome Guest 

Show/Hide Header

Welcome Guest, posting in this forum requires registration.





Pages: [1]
AuthorTopic: Custom field in template
prashanth1-
990
Newbie
Posts: 2
Permalink
Post Custom field in template
on: July 7, 2012, 05:27
Quote

I have custom field which holds a youtube url
i generally use the below code to display the value

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

i recently installed Artiss youtube embed (which works awesome)
i wanna read my custom field youtube video url in my template

<?php youtube_video_embed( 'http://www.youtube.com/watch?v=fL4BjC5Irf8');?>

^this works
but i need youtube url from custom field
i tried using

<?php youtube_video_embed( '.get_post_meta($post->ID, 'movie', true). ');?>

but it doesn't work... i aint that good with php code please help
Thank you :)

David-
Artiss
Administrator
Posts: 553
Permalink
Post Re: Custom field in template
on: July 10, 2012, 10:18
Quote

You were nearly there. This should work...

<?php youtube_video_embed( get_post_meta($post->ID, 'movie', true) );?>

David.

prashanth1-
990
Newbie
Posts: 2
Permalink
Post Re: Custom field in template
on: July 10, 2012, 17:24
Quote

Thanks David :-) it worked!

Pages: [1]
Mingle Forum by cartpauj
Version: 1.0.34 ; Page loaded in: 0.026 seconds.
Loading Facebook Comments ...

2 Thoughts on “Forum

  1. Pingback: Artiss YouTube Embed » WordPress AddOns

  2. Pingback: Artiss YouTube Embed | Best Plugins - wordpress – widgets – plugin

2 Pings/Trackbacks for "Forum"
  1. [...] Although this document contains a lot of information more is available from a series of linked pages, plus as much information as possible is provided on the various administration pages. Whilst on the administration pages, click on the “Help” button in the top right for some useful tips and links. If anything isn’t covered and you’re unsure of what it does please ask on the forum. [...]

  2. Artiss YouTube Embed | Best Plugins - wordpress – widgets – plugin says:

    [...] Although this document contains a lot of information more is available from a series of linked pages, plus as much information as possible is provided on the various administration pages. Whilst on the administration pages, click on the “Help” button in the top right for some useful tips and links. If anything isn’t covered and you’re unsure of what it does please ask on the forum. [...]

Top
%d bloggers like this: