I just built a theme for a client. I am wondering what is the best way to make footer content editable through Wordpress. The footer info looks like this:
- Company Name
- Address Line 1
- Address Line 2
- Phone and Fax
- Email (linked with mailto)
I have some ideas on how to do this:
- Make a page called footer and grab the content from there.
- Widgetize the footer and make it a text widget
- Make a themes option panel with the option to customize this text
I would love to know what you guys think is your best solution to this.
Thank you in advance!