Reviews

On WordPress’ New Gutenberg Editor

This new editor is feeling like Wordpress is trying to empty Lake Ontario with a bucket. It’s a futile gesture, but maybe it’s the gesture that counts? It’s like the world is craving no more sequels to movies, but when you give them something original, they don’t show up. Wordpress, you’ve got a fight ahead of you.

How-To
NS Featured Posts Code

Customize a Plugin to Control Your WordPress Theme’s Featured Posts

Wordpress. Incredibly customizable, but often incredibly frustrating. One such specific case is where themes can feature posts in a widget, but don’t always offer a way to set each post to do so. In my current theme’s case, it’s based on Orca and the theme has a “Featured Posts” widget, but there doesn’t appear to be an easy way to set a post as featured. I’ll show you how to modify a publicly available plugin to make this possible in Wordpress’ admin interface.

How-To

WordPress: Tell Search Engines Not to Index Archives

If you run a WordPress [1], and you to search Google’s index using the site parameter – namely, site:%yourdomain% – you’ll probably find that Google has also indexed all of the archives, categories, and tags of your site. For many, the first impulse is to delete this from Google somehow or maybe use robots.txt, or some other method. But, I’ve found the solution is easier, and I’ll show you how to do it (without a plugin).

How-To

Facebook Comments Plugin And The Domain Problem

While working to move this site to using encryption, I have come across another painful reminder of how inadequate the Facebook comments plugin really is. When changing the url (and ultimately the domain) of this site from http://cwl.cc to https://cwl.cc Facebook doesn’t handle the change very well. What I’m left with is losing another swath of great comments and thinking of a fix.

Ideas
Relative Links

The WordPress Relative Link Conundrum

As a blog that runs on WordPress, this site is bound to the glorious options that are presented by this tool; but also many of the limitations. I’ve worked with WordPress in a number of ways, but one that seems to be most tricky is its internal linking. Out of the box, WordPress won’t offer you the ability to show internal elements (such as images) with a relative URL.