Using Filenames for Page Titles Using PHP A Simple But Not Extensive Solution

The original question from site commenter Charlie on my post about using a PHP snippet to specify webpage titles based on the page name: Isn’t there a way to just look at the php file itself and take it’s name

Read More Using Filenames for Page Titles Using PHP A Simple But Not Extensive Solution

Specify Multiple Webpages’ Titles Based on the Page Name Using PHP PHP Snippet

I’ve had scenarios pop up multiple times where I wanted to 1) custom code titles for my webpages based on the name of the webpage 2) be able to change them from one page instead of having to comb through

Read More Specify Multiple Webpages’ Titles Based on the Page Name Using PHP PHP Snippet

Adding a Copyright Range at the Bottom of Your Website Using PHP PHP Snippet

I wanted to implement a simple copyright message in the footer of this site, but the theme I’m using doesn’t allow that (free version of the theme lacks the ability to edit the text.) So, while that’s a bummer, I figured

Read More Adding a Copyright Range at the Bottom of Your Website Using PHP PHP Snippet