Placing a privacy policy statement in footer
-
Hi – I’d like to place a privacy policy statement in my footer.
How would I go about doing this?
Thanks very much!
The blog I need help with is: (visible only to logged in users)
-
You can add plain text using CSS. Here is an example that will work for the Chunk theme:
#footer:after { content: "Put your text here."; display: block; } -
Thanks – works like a charm!
Except, instead of “footer:after” I used “footer:before” because I believe I read somewhere that the WordPress credits must be presented last.
Hope I’ve interpreted this correctly.
Thanks again for your help!
-
I believe I read somewhere that the WordPress credits must be presented last.
I don’t think they have to be last. They just have to be present, readable, and clickable. So, what you have works either way!
- The topic ‘Placing a privacy policy statement in footer’ is closed to new replies.