Hi guys,
Been trying different things to work this out, without succes. I know it doesn’t take much change, but since I’m a beginner :o …
On the front page of this site (wordpress theme Travel Lite) there are featured boxes, 3 featured image boxes and 3 featured content boxes . Now I need these 6 boxes to be clickable links to other pages within my site (currently developing on local host). The boxes already light up but aren’t clickable.
Anybody can give me some pointers on changing the code?
Thanks!
This is the php file I’m looking at:
<?php<?php echo of_get_option('featured01-title' . $fboxn, 'Featured'); ?> <?php echo of_get_option('featured02-title' . $fboxn, 'Image'); ?>
<?php echo of_get_option('featured-description' . $fboxn, 'A Smart way of Natural Presence. This is a Test Description and you can change it from the Theme Options.'); ?>
<?php } ?>><?php echo of_get_option('fcontent01-title' . $fboxn2, 'Travel'); ?> <?php echo of_get_option('fcontent02-title' . $fboxn2, 'Content'); ?>
<?php echo of_get_option('fcontent-description' . $fboxn2, 'ASmart way of Natural Presence
A Smart way of Natural Presence. This is a Test Content and you can change it from the Theme Options.
'); ?> <?php } ?>