I have been following this post exactly: http://wordpress.stackexchange.com/a/19852/14957 and have everything working in the backend but when I try to use echo get_post_meta($post->ID, 'songs', true); in my template all that is shown is Array. Any ideas? I would appreciate it.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
||||
|
|
|
You might wish to try;
Where my_key would be equal to songs. Another example of what I might do in a situation where I am dealing with multiple values;
Update: Try the following instead, which will cycle through each title and track of your 'songs' post meta.
|
|||||||||
|