Wordpress

I Contributed to WordPress Gutenberg Plugin and So Can You!

By Toby Cryns / October 19, 2017 / Comments Off on I Contributed to WordPress Gutenberg Plugin and So Can You!

I often forget how easy it is to contribute to WordPress software development (even without writing a lick of code). A week ago, I was trying out the new Gutenberg plugin on a site, and I noticed a little thing that bugged me. So, without writing any code, I made an annotated screengrab of what…

Read More
speaker

Prestige Conference on Saturday!

By The Mighty Mo! Design Co. / October 1, 2014 /

I will be speaking at Prestige Conference on Saturday – can’t wait! My topic is called, “WordPress Moneyball”.

Read More

Embed Youtube Into Your WordPress Theme

By The Mighty Mo! Design Co. / April 1, 2014 / Comments Off on Embed Youtube Into Your WordPress Theme

The way WordPress handles Youtube embeds is awesome – just copy-and-paste the link into the editor. Unfortunately, when echoing custom fields in a theme, it isn’t that easy. Thanks to Convoy for this fix: _e( wp_oembed_get( get_field( ‘youtube_link’ ) ) ); NOTE: My example, uses Advanced Custom Fields’ “get_field” function. You could replace get_field( ‘youtube_link’…

Read More
custom post type

Add A Column For Custom Taxonomies To Custom Post Type

By The Mighty Mo! Design Co. / September 13, 2013 / Comments Off on Add A Column For Custom Taxonomies To Custom Post Type

Tonight I needed to add a column for a custom taxonomy to my “all posts” view of a custom post type. It turns out that WordPress 3.5 made this easy with the show_admin_column parameter for taxonomies. In my case, I was using Custom Post Type UI to generate the post types and taxonomies, so I…

Read More

MSP WordPress: Why I Do It. How It All Began.

By The Mighty Mo! Design Co. / July 3, 2013 / Comments Off on MSP WordPress: Why I Do It. How It All Began.

Kevin Hendricks interviewed me for his iThemes.com series about WordPress user groups.  Learn how we started the group, why we started it, and why we keep it going! http://ithemes.com/2013/07/02/how-to-run-a-wordpress-meetup-part-12-toby-cryns-the-minneapolis-st-paul-wordpress-user-group/

Read More