Tag Archives: themes

Excuse the mess – I’m retheming the website.

I realized that my last post with multiple pictures in it was not displaying well on screens as the theme I was using was not a responsive theme and resizing to fit the screen display.

I have therefore switched to the WordPress 2017 theme as it looks pretty decent and the images and layout display as intended without nasty overlays over the top of the right hand navigation bars.  Having said that, this theme no longer has right hand navigation bars which I’m not very happy with and the huge header image in a very low resolution looks pretty bad. Hopefully they will be back soon and the image logo rectified but we have a pretty hectic weekend or two planned.

I have quite a few from various activities I have been involved in this year so there may well be some new images making a rotation in the header.

Please let me know what you think of this – to me the static image gives a more consistent branding look as opposed to a website that looks different every time you visit.

I can’t remember the last time I changed the look and feel of the site – the previous theme was a mix of a published theme I had plus some code taken from my previous Movabletype installation adapted to work in WordPress – yes it has been that long!

If you have recommendations of (non premium) themes that look decent, are responsive and suitable for a blog format then I have an open ear for the suggestions.

Removing WordPress version number from themes.

Thanks to Digging into WordPress (a blog I’ve just started reading), it’s possible to easily remove the WordPress version from the header information on a WordPress site. This (slightly) helps security in that the version of wordpress is no longer transmitted to the web browser. It would be nice if this was a toggle switch in WordPress’s admin panel though.
To implement the change, just edit the functions.php file in the Theme and add the following line.
remove_action ('wp_head', 'wp_generator');
One thing to watch is that if you upgrade your theme this change is likely to be undone. I’ve actually created a draft post in WP where I keep my theme changes listed so that they appear in the dashboard and I have a record of what changes are made to the design.
On another theme related post, I have now enabled comments on all the posts on the blog as I had issues where posts that had the enable discussion enabled were not allowing comments to be made on them. Hopefully akismet will continue to do a good job of trapping the spam. I didn’t get any help from the WordPress Support forums so this was my workaround.