[Plugin: Custom Content Type Manager] using [oembed] on post templates
-
First of all, thanks for all the work you’ve done putting this together and staying active on the forums. This is my first foray into WP and I’m setting up a CMS for a client website using this plugin. I have created a custom field so the client can enter a url for a video on vimeo, youtube, etc. The video will need to display on the page outside the body of the post. I am trying to use the following in my custom template:
<?php echo do_shortcode('[embed width="536" height="298"]https://vimeo.com/18577052[/embed]'); ?>
I have gotten contact form 7 to work using the do_shortcode function and the shortcode that it provided, so I am wondering why the function is not working with [embed] shortcode. Of course, once I get a static link working I plan on replacing that with a call to my custom field for the url.
Any suggestions? Thanks in advance.
https://www.ads-software.com/extend/plugins/custom-content-type-manager/
- The topic ‘[Plugin: Custom Content Type Manager] using [oembed] on post templates’ is closed to new replies.