<?php | |
$video = wp_oembed_get( esc_url( get_post_meta( get_the_ID(), 'be_video_url', true ) ), array( 'width' => '270' ) ); |
Bill Erickson
Bill Erickson is a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.
Ready to upgrade your website?
I build custom WordPress websites that look great and are easy to manage.
Other articles in this series
Building a Gutenberg website
February 18, 2019
Gutenberg is the new block-based content editor in WordPress. I’ll show you how to develop a Gutenberg-optimized WordPress theme and provide examples of client sites using Gutenberg.
Gutenberg Color Palette and Button Styling
February 18, 2019
A developer’s guide to creating a WordPress color palette and applying the styles to Gutenberg blocks.
Adding Gutenberg support to WordPress theme
February 6, 2019
If you’re building custom themes for clients, you should be adding Gutenberg support right now! Make sure your client’s transition to the new editor is as seamless as possible.
Building a block with Advanced Custom Fields
February 6, 2019
Custom blocks make the new WordPress block editor even more powerful. ACF lets you build Gutenberg blocks fast, efficiently, and with PHP.