In twenty fourteen theme, we’d like to know how to change the features content tag. Currently it’s set as featured. Now, we would like to know how to code...
I’m using the twentyfourteen theme and have successfully removed the content (right) sidebar. However, I now want to stretch my content to cover the space left by removing that...
How and were do I change the size on the sticky post images and the other images in the theme twentyfourteen? I would like 8 sticky post images on...
I’m trying to deactive and reactive a javascript in my childtheme – from the twentyfourteen theme (so updates won’t effect things). What I really want to do is to...
This wpmudev post sums up my feeling exactly about twenty fourteen: Featured Content does not support custom post types – only posts are selected even if the custom post...
I’m creating a child theme based on twentyfourteen and wish to change the custom header image dimensions. The custom header page states: Images should be at least 1260 pixels...
Im new with using wordpress and im wondering if it is possible to install bootstrap to my twentyfourteen theme? Thanks! 1 Answer 1 The best way to include bootstrap...
if function wpse_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'wpse_header_args', array( 'width' => 1460, 'height' => 220, ) ) ); } add_action( 'after_setup_theme', 'wpse_custom_header_setup' ); can help define the width of...
I have to confess I’m struggling to see how the WordPress Twenty Fourteen theme picks up templates put in the theme’s page-templates folder. Previously I’d create new templates named...
I found that Twenty Fourteen offers users to have Featured Content on there websites. That’s great, because I had written my own little script for such an occasion. But...