String replace SQL

Published July 14th, 2023 under General

Discover a straightforward bash script method to conduct a string replacement in your entire SQL database. This technique allows for a direct and efficient approach without the necessity of dumping or reimporting your database.

Creating fake WordPress pages

Published August 2nd, 2018 under Misc

Sometimes you may need to create a fake page within WordPress, which doesn’t actually exist. You could make a real page, then add a shortcode into it for addition of dynamic content. But this could confuse the site owners, and it’s just generally a bit […]