If you’ve analyzed your WordPress blog with services like GTmetrix or Pingdom Tools, you may have been advised to remove query strings from static resources. That is to remove the part of your resource string (URL) that indicates your WP / Theme / Plugin version number. Their reasoning is that some Proxy Caching servers do…← continue reading →
Clipboard File Holder
Whenever I needed to copy multiple files from multiple folders, what I normally had to do was copy the files from one folder then paste it to the destination. Only after the process had finished would I copy and paste files again from a different folder. This was easy and simple enough. But what if…← continue reading →
Speed Difference in WordPress: PHP 5 vs PHP 7
There’s been a lot of talk about upgrading to PHP 7 especially in the WordPress community. Yoast SEO, a WordPress plugin, recently added a non-dismissible notification urging users who use old versions of PHP 5 to upgrade to PHP 7. I’ve upgraded my server to PHP 7 and although it initially produced some warnings due…← continue reading →
Bike Ride to Mount Arayat
Mount Arayat! It’s a prominent mountain near my vicinity. It has the distinction of being the only mountain rising in the mostly flat farmlands of Central Luzon. This mountain actually has a lot to do on why I got into Cycling. As I’ve stated on another post on why I’ve started riding a bike again,…← continue reading →
Fix bbPress Form Shortcode not Showing
bbPress Create Topic Form not showing? I have guest posting enabled in my bbPress plugin but for some reason the Create Topic Form is not showing. This issue becomes apparent when the following are true: Anonymous or Guest Posting is enabled. The shortcode [bbp-topic-form] is used. The shortcode is added on a page. The page…← continue reading →
How to use Widget Options for WordPress
Using the Widget Logic plugin for WordPress is a good way to customize when or where a Widget should appear. But Widget Logic might be too complicated for the average user. You are required to know a bit of PHP Logic and WordPress Conditional Tags. See Tutorial: How to Use Widget Logic for WordPress But…← continue reading →
Change Program Files Folder Icon in Windows 10
Customizing your Folder icons is a nice way to personalize your Windows It makes it easier to tell which folder is which in a glance. If you want to change a Folder icon in Windows, usually, all you have to do is just right-click the folder then select Properties then the Customize tab. But for…← continue reading →
Font Difference in Firefox and Chrome?
The image below is the Roboto Slab font as rendered by Chrome and Firefox. The same text is shown using the same font-face, font-size, and font-weight and yet they look slightly different. Chrome shows a slightly thinner font while Firefox has a thicker font and has somewhat more even lines. Which one is more readable?…← continue reading →