Make videos responsive in WordPress with Fitvids

fitvids in wordpress

You can make videos responsive in WordPress with a script called Fitvids , it is a great solution for responsive video and it out of the box supports YouTube, Vimeo, Viddler and others, here’s how to get it going in WordPress for responsive video goodness. Download the Fitvids zip and grab the jquery.fitvids.js file, add this to your child theme’s…

Read More

Set a Sidebar to all posts of a Custom Post Type in Genesis

sidebar set custom post type

Simple Sidebars is a great plugin to use different sidebars on posts, pages, categories and tags in a Genesis theme. You can set a certain sidebar to appear on all posts of a specific custom post type (CPT). function themeprefix_remove_default_sidebar() { if ( get_post_type() == ‘listing’ ) { //set CPT here remove_action( ‘genesis_sidebar’, ‘ss_do_sidebar’ ); remove_action(…

Read More