Kaltoft
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Fixing WordPress
In reply to: Widget – Conditional logic</div> <div id="footer"> <div id="footerwrapper" class="col-full"> <div id="footer-social"> <img src="<?php bloginfo('template_directory'); ?>/images/facebook.png" height="16" width="16"> <a href="https://www.facebook.com/BoFinans" target="_blank">Følg os på facebook</a> <br /> <img src="<?php bloginfo('template_directory'); ?>/images/linkedin.png" height="16" width="16"> <a href="https://www.linkedin.com/company/2728263" target="_blank">Følg os på LinkedIn</a> </div> <div id="footer-sidebar-left"> <ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widget Left') ) : ?> <?php endif; ?> <?php wp_footer(); ?> </ul> </div> <div id="footer-copyright"> Copyright © 2012 - BoFinans | <a href="#">Privatlivpolitik og Cookies</a></strong> </div> </div> </div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="<?php bloginfo('template_directory'); ?>/javascript/jquery.nivo.slider.js" type="text/javascript"></script> <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider({ pauseTime: 8000 }); }); </script> +++++++++ </body> </html>I added “<? php wp_footer(); ?>” instead of the “++++” (which of course isen’t a part of the code.. 😉
Forum: Fixing WordPress
In reply to: Widget – Conditional logicYes
Viewing 2 replies - 1 through 2 (of 2 total)