Each of the page names gets written into the TITLE section of the page dynamically, first letter capitalized to make it look nice. However, the artist_info page keeps the underscore.
Want to make it so that each distinct word has the first letter capitalized and the underscore is removed (replaced by a space) to look cleaner.
Each of the page names gets written into the TITLE section of the page dynamically, first letter capitalized to make it look nice. However, the artist_info page keeps the underscore.
Want to make it so that each distinct word has the first letter capitalized and the underscore is removed (replaced by a space) to look cleaner.
Need to fix this in the pages.php controller.