Blog Archives

Log WordPress Database Queries To File

Useful to see what changes are made in the WordPress database by a plugin, theme or other code. Add this to functions.php

Posted in WordPress Tagged with:

Convert WordPress Image Filename To Lowercase

WordPress by default will preserve capitalisation in filename for images. To make filenames lowercase automatically, add the following to the functions.php of your active theme.

Posted in WordPress Tagged with: ,

Easily Find ID of Post, Page or Product In WordPress

The easiest way to find the Post ID, Page ID or Product ID in WordPress is to hover over the post in WordPress admin and check the link. The number after post= and before & is the post ID. You

Posted in WordPress Tagged with: ,

.htaccess For WordPress In A Folder Without URL Change

For quick reference. Remember to change my_subdir and example.com Reference: Giving WordPress Its Own Directory

Posted in WordPress Tagged with: ,

Tips On How to Start a Dating Website with WordPress

Dating has slowly but surely moved to the virtual world. Data shows that around 40 million Americans are using dating sites and that 19% of new couples in 2017 met online. Seeing as online dating wasn’t really an option until

Posted in Guest Posts, WordPress Tagged with: , ,