WordPress keeps showing mobile version on Internet Explorer

When I had this issue it was because I was missing something from the <head>. Below is the head from the basic template on the bootstrap website. <head> <meta charset=”utf-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <!– The above 3 meta tags *must* come first in the head; any other head content must come … Read more

Add “Posted on” to post date

The post date is added by twentyfourteen_posted_on as shown in content.php. This function is in /inc/template-tags.php and is correctly wrapped in an if ( ! function_exists( ‘twentyfourteen_posted_on’ ) ) conditional so you can declare the same function in your child theme and modify it to your heart’s content. As such you could add a function … Read more

Reduce white space in twenty fourteen

Good Day aparente001, I too had the same problem as you are referring to, so I know exactly what you are talking about. So to answer your question: Do I need to go through each of those cases and provide detailed css changes, or is there a more elegant way? You will have to go … Read more