Why does twentysixteen take a free hand in dealing with longstanding usability principles? [closed]

Your question is totally misdirected and should be directed at core developers on wordpress.org. You are also totally missing the whole point of the core bundled themes. The main purpose of bundled themes are to showcase new developments in core and what the core developers find interesting. They are not there to please the masses … Read more

Header Paperpunch theme disappers with IE9 [closed]

I loaded your test site and immediately noticed a couple of issues. Not 100% sure what exactly is causing the disappearing header, but here are some things to check: style-options.php Your main stylesheet is using @import url(“functions/stylesheets/style-options.php”); to import a stylesheet. My guess is that it’s trying to import some dynamically-generated css. Unfortunately, this is … Read more

How to make a page extend full screen [closed]

Do you understand the bootstrap framework at all? Your theme has implemented a column width that is smaller than you would probably like. Your content area is wrapped in an offset column that is 50% of the container width. <div class=”col-lg-6 col-lg-offset-3″> <!– content –> </div> If you want to increase the width of your … Read more

How to assign posts to different themes? [closed]

You got some things mixed up here – let me try to point you in the right direction. Terminology In WordPress, a theme is a set of files and functions that provide the frontend look for your Website. Most themes also include some specific functionality, but the main goal of a theme is to style … Read more

How to track your theme usage on the internet?

You don’t. But there are 3 ways you can if you wanted to, they can all be circumvented because of open source, thankfully. Parse source or something Crawl the web and parse the source or an url for a custom comment/id/whatever. Chance of failure: Really High – unless you’re Google Create an API Call home … Read more