Change footer text
-
I followed an earlier thread on this subject, but exactly where would I paste your code in footer.php?
add_filter( ‘expound_credits_text’, ‘my_credits_text’ );
function my_credits_text( $text ) {
return ‘My custom footer text.’;
}Do I overwrite anything? Sorry if the question is too basic, but it’s spinning my head ??
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Change footer text’ is closed to new replies.