link in PHP in this code, WordPress?

I need to know how to set it so my PHP dictates that there is a link in my WordPress featured topics thing. This is the site. http://bridgettprovenzano.com You’ll see that there are three featured items, I need a link that links to a certain page after each box of text that says “more…” but I don’t know how to programme that.

[php]

<?php echo of_get_option('featured-description1', 'The Customizable Background and other options of Small Business will give the WordPress Driven Site an attractive look. Small Business Pro will give your Extra Freedom and Functionality which you must love.'); ?><a href="<?php echo of_get_option('featured-link1', '#'); ?>



[/php]

I believe it goes somewhere at the end of that PHP code I just included.

Any help you can give me would be wonderful.

Sponsor our Newsletter | Privacy Policy | Terms of Service