Reputation: 1110
I have coded the website from PSD and integrated it into wordpress.
On the Homepage, there is a Call-to-Action button whose link leads to one of the pages.
My client wants to be able to customize on which page the link points to, and he wants to do this by using the ADMIN PANEL.
Is it possible for me to allow some kind of a new option in the admin area? Do you have any ideas how this can be done?
Thanks
Upvotes: 0
Views: 42
Reputation: 3054
Use theme options: http://codex.wordpress.org/Theme_Development#Theme_Options
Upvotes: 1