Author: Nicholas Rowe
-
One thing you didn’t know about WordPress images.
By default in WordPress when you server up a .JPEG file, WordPress optimizes the image to save bandwidth and space. 90% of the time, no one will realize this as the WordPress function behind image optimization does a fantastic job at keeping it’s quality the same, unless you are using very large high quality photo…
-
Personal inspiration for September
Just leaving this here for now… Design is not just what it looks like and feels like. Design is how it works. “Most people make the mistake of thinking design is what it looks like. People think it’s this veneer – that the designers are handed this box and told, ‘Make it look good!’ That’s…
-
Interacting with WP_Query, listing more posts from the current category.
For a new project of mine I was creating a single.php for the blog side of the website. The website had a few specific categories for the blog, these being News, Races and Events. Whenever you were reading a blog post under one of these categories, the sidebar should show readers more posts from that…