How can I get a new slide to link to a new node
I tried to put this code in to "Page.tpl.php.
:
$url4 = check_plain(theme_get_setting('slide4_url', 'fresh')); ?>
and
<a href="<?php print url($url4); ?>"><img class="slideimg" src="<?php print base_path() . drupal_get_path('theme', 'fresh') . '/images/slide-image-4.jpg'; ?>"/></a>