Custom footer text on misty lake theme
-
Hi,
How do I set a custom footer text on misty lake theme?
Thanks,
FernandoThe blog I need help with is: (visible only to logged in users)
-
Hi there
The footer credit is required to be displayed according to our terms of service and cannot be changed:
http://en.wordpress.com/tos/Note that even sites hosted through our VIP program, such as the TED blog, display a credit to WordPress.com in the footer.
(See the bottom of http://blog.ted.com/ for an example)Let me know if you have any additional questions about this.
-
Hi,
I understand about the credits to WordPress.com, but can’t I add anything to the footer?
Thanks.
-
Since you do have the Custom Design upgrade, try adding this to your CSS Customization editor:
.site-info a[rel="generator"]:after {
content: ". | test content";
}And replace the text “test content” with what you want it to say. The dots and | are to keep the formatting consistent with the rest of the footer.
I hope that helps!
- The topic ‘Custom footer text on misty lake theme’ is closed to new replies.