If you run a WordPress site, you’ve already come across articles and tutorials telling you to make changes to either a theme or a plugin file. Apart from that, you might need to make changes to your own CSS without relying upon the inbuilt methods of your theme via the customizer. WordPress has allowed us […]
WordPress
You Don’t NEED To Renew a Premium WordPress Plugin License
I’m sure many premium WordPress plugins have caught your eye if you’re like me. Often the free version is good enough for your needs, but sometimes you just need those extra features. So you go to their website and see that the plugin requires a subscription. Usually a yearly fee. Should you go ahead and […]
How To Remove The Version From wp_enqueue_style In WordPress
I’ve written about how to add custom CSS to WordPress. Instead of modifying your theme’s style.css file, creating a child theme, or using a plugin, I suggest you simply create a new stylesheet with the additional CSS rules and include them in WordPress using the wp_enqueue_style function. This way, your custom CSS rules are independent […]
How To Limit Post Revisions In WordPress Without a Plugin
In an earlier article, I’d talked about some WordPress maintenance tasks that you should do regularly. One of them was limiting the number of post revisions that WordPress saves by default. However, in that article, I’d mentioned a plugin you could use that did several different maintenance tasks at once from the same interface. But […]
4 WordPress Maintenance Tasks You Should Do Regularly
A website and its associated backend tend to build up “crud” as time goes by. Especially if you’re running a complicated CMS like WordPress with a lot of moving parts. This dirt accumulates mainly in the database even if you don’t make any active changes to your site. Automatic plugin updates, cron jobs, user interactions, […]
How To Avoid Editing Reusable Blocks In WordPress
Reusable blocks in WordPress Gutenberg are an amazing feature that has greatly improved the maintainability of code on websites. I use them all the time for block scripts, special CSS instructions, and even for some repeatable patterns. The WordPress pattern directory is still a work in progress, and you can’t create your own patterns without […]
How To Exclude Parts Of A Page From Caching In WordPress
Caching is the secret sauce that can transform a slow page into one that loads blazing fast. There are many layers of caching – you can cache on the origin server, a POP endpoint, and even the browser. Using these techniques, you can obtain cache hit ratios of over 90% on networks like Cloudflare. However, […]
Tips To Increase Your Website EAT For SEO
I like to think of SEO as having three components, one of which is the website EAT. Here are they are: On-page content and technical Backlinks EAT Unfortunately, out of these three, only the first one is 100% within your control. You can try and influence the other two, but there are limits to how […]
Why You Should Manually Curate Your Related Posts
It’s important to support your content with what Google calls “secondary content” or “supporting content”. This is distinct from the main content or MC of a website, that directly deals with the topic in the heading or title. A good example of this supporting content is “Related Posts”, and you often see them on the […]
GenerateBlocks – A Must-Have Plugin
There’s a saying “If you build it, they will come”. While it doesn’t apply to everything, I certainly see the truth when it comes to the WordPress Gutenberg editor. Before, my articles used to be mainly ordinary text with some images. Now with Gutenberg, it’s full of lists, quotes, and other advanced layouts. It’s completely […]