Conditionally display featured post problem after Wordpress upgrade

Conditionally Display Featured Image Problem (WordPress) (Fixed)

I've been working on my website a lot in the past few dates. Updating, upgrading, fixing issues. As my site runs on Wordpress, I use a couple of plugins to have the content be displayed in the way that I like. One of these plugins is called "Conditionally display featured image…
How to fix PNG CRC error in Linux

Fixing png CRC errors on Linux

To check whether an image has CRC errors you can run: `optipng broken-image.png` You will receive a warning similar to: `Warning: iCCP: CRC error` if your image has CRC errors. To quick-fix the errors, you can use imagemagick, like so: `convert broken-image.png broken-image-fix.png` Rerunning `optipng` on the fixed image should confirm…
Fix Wacom Bamboo Tablet Stabilizer in Paint Tool Sai

Fix Wacom Bamboo Tablet Stabilizer in Paint Tool Sai

I switched to a different Wacom Bamboo Tablet (MTE-450) which should be making use of the same driver as my previous tablet, and although the stabilizer worked in programs such as FireAlpaca and Krita, it did not work in Paint Tool Sai. This problem kept me busy for quite a bit…
Fixing WordPress 404 Error on Posts and Pages

Fixing WordPress 404 Error on Posts and Pages

I'm really just making this post because I just realized I had a 404 error on all the posts and pages of my WordPress blog, even though posts and pages could still be edited. As a quick reminder to myself, I'm writing a small tutorial on how to quickly and easily…