Tagged Questions
1
vote
1answer
63 views
Embed 'New Post' Form Inside 'New Post' Form
Is it possible to embed a 'New Post' form for one Custom Post Type inside of a 'New Post' form for another Custom Post Type?
When a user adds a new post for the custom type 'Event', they should also ...
1
vote
2answers
1k views
Do_Shortcode not working for Embed
I'm trying to use Custom Field types to embed Youtube videos in a more organized fashion and using the Do_Shortcode() would seem to work perfectly, however this:
<?php echo ...
1
vote
2answers
375 views
Should I use custom post types for a front page video feature (vimeo)?
I'd like to create a front page video feature that embeds a vimeo video of the users choosing. I'd like the user to only have to input the video code. For instance, for http://vimeo.com/24474320 - ...