-
How to create a new wordpress template file without php access
Sometimes you need to create a template file for your child theme and you want to do this quickly while in the wordpress theme editor. There is a simple function that creates a file on your server. You can place this function in your header.php or functions.php file using the wordpress editor and refresh a […]
-
Slim Framework PHP for small websites
Clients often ask for WordPress because they think they will be updating regularly. The reality is that we spend more time keeping WordPress secure with updates to themes and plugins than the client spends on adding content or new posts. A simple HTML/PHP platform would be much better suited for these low-demand scenarios. Less work […]