Footers on Retro fitted word press
-
I need to add something to a footer, how do that?
The blog I need help with is: (visible only to logged in users)
-
-
Usually, you would add things to a footer using a widget, but that requires a theme that has footer widget areas coded into it. In this case, you’re using the Twenty Twelve theme, which doesn’t have footer widget areas. If customizable footers are a priority for you, you might want to look through the theme directory for something with more widget flexibility there.
-
If you have the CSS Upgrade you can add a short amount (copyright notice etc) before or after the existing “2012 blog @” footer
Else you need as noted about to choose a theme that has a footer Widget
-
As auxclass mentioned, you can add plain text to a footer using CSS. Here’s an example that will work in the Twenty Twelve theme:
#colophon .site-info:after { content: "Plain text goes here."; } -
- The topic ‘Footers on Retro fitted word press’ is closed to new replies.