I need your help on WordPress Theme Option.
I have few options for my theme currently.
In the Option Page I would like to add a Link.
Something like:
<a href="http://www.domain.com/wp-admin/page.php?action=edit&post=60">Click Here to Edit Welcome Section</a>
So that a user can easily get there to edit that page.
How do I add this link in my function.php or theme option page?
Your help is appreciated