Hi. I’m testing the Franz-Josef theme and I’m impressed so far. One question though: How can I edit the developer info? I am talking about the line “Delicately crafted using Franz Josef theme and WordPress. ” In Graphene I know my way around pretty much but here I’m stuck. Any help would be appreciated.
Thanks Syahir. The child theme makes total sense. I added the following to the child theme’s function.php and it worked.
function franz_remove_credit(){
global $franz_settings;
$franz_settings['disable_credit'] = true;
}
add_action( 'template_redirect', 'franz_remove_credit' );
Your help is greatly appreciated!
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.