Forums
(@stevenmunro)
10 years, 8 months ago
I have created a short tutorial on how to implement alpha/opacity support. Please check it out
https://pluto.kiwi.nz/2014/07/how-to-add-a-color-control-with-alphaopacity-to-the-wordpress-theme-customizer/
13 years, 10 months ago
@mountainporcupine
<?php require('./wp-load.php');
function assignPageTitle(){ return "My Page Title Here"; } add_filter('wp_title', 'assignPageTitle'); ?>