Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jbento

    (@jbento)

    Here is the code:

    <?php
    /**
    * Evening Shade 1.2
    * Designed by Pixel Theme Studio
    * https://www.pixelthemestudio.ca
    * [email protected]
    * License: Copyright 2009 Pixel Theme Studio
    * Not for distribution or resale without permission
    */
    ?>
    <!-- Bottom Module Widgets -->
    	 <div id="bottommodules" class="clearfix">
    	<div id="sidebar1">
    	<?php if ( !function_exists('dynamic_sidebar')
    	|| !dynamic_sidebar('Sidebar 2') ) : ?>
    	<?php endif; ?>
    	</div>
    	<div id="sidebar2">
    	<?php if ( !function_exists('dynamic_sidebar')
    	|| !dynamic_sidebar('Sidebar 3') ) : ?>
    	<?php endif; ?>
    	</div>
    	<div id="sidebar3">
    	<?php if ( !function_exists('dynamic_sidebar')
    	|| !dynamic_sidebar('Sidebar 4') ) : ?>
    	<?php endif; ?>
    
    	</div>
    	</div>
    	<!-- Start footer.php -->
    
    	 <div id="footer">
                Copyright &copy; 2010 All Rights Reserved. Powered by <a href="www.positivetranzitions.com">Positive Tranzitions</a> Subscribe to
    		<a href="<?php bloginfo('rss2_url'); ?>">RSS</a><br /></div>
    
    <!-- End footer.php -->
    </div>
    <!-- End innerwrap -->
    </div>
    
      </div>
    </div>
      <div id="outerbottom"></div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>

    This is a basic HTML issue, you need to put https:// in front of your link.

    Thread Starter jbento

    (@jbento)

    WOW I didn’t think it was that easy.

    I thought it was something more difficult than that.

    Thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘footer hyperlink’ is closed to new replies.