Twenty Sixteen theme has been out for four months. For most users, their first encounter with it came with the release of WordPress 4.4 December 2015.. Twenty Sixteen displays the in column on the left side of the post content, under the title and featured image if you have one. If you have Gravatar, it's shown.. Of course, the border can be removed with little bit of CSS, and I don`t want to change the core themes` files, create theme or install plugin to insert CSS code in the head of the site.. I am looking for the theme code to make the metadata always be at the bottom of the post so the width of the area can always be maximal. The reason is I'd like to use Enlighter to show some code and width of the column when metadata is on the left is too narrow so the highlighted code looks ugly because almost every line is then wrapped. you can add this code to Twenty Sixteen child in the functions php. hides the site title on all pages except the add filter function cb override post title { $title = return $title }. I like the theme and I stumbled over little quirk If I'm logged in with my WP account, the text font is Merriweather-Light if I'm not logged in, it's Merriweather-Regular. I'm trying to edit the theme myself, as beginner, and I want to put links at the bottom of the in the footer are, and it will allow media icons. It suits the kind of stuff i write, see http bristolcommentary uk a-critical-decision-point-for-bristol But I would like the images that I choose to be able to extent to the left of the column, rather than sitting boxed into the column. I do not want to use streched images only beneath the title, instead I want to be able to stretch images to the left of the column whenever I choose, with whatever I wish to use..
Read more