Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

add sitelock icon to footer.php

I purchased sitelock and am now trying to add it to my footer.php page. But am not sure where to put it since I am still learning wp.  I tried putting the div tag in various places in the footer but it never displays.  Not sure what the problem is.  Can someone advise me as to where I put the div tag.




<?php
/**
 * The template for displaying the footer
 *
 * Contains footer content and the closing of the #main and #page div elements.
 *
 * @package WordPress
 * @subpackage Twenty_Twelve
 * @since Twenty Twelve 1.0
 */
?>



	</div><!-- #main .wrapper -->
	<footer id="colophon" role="contentinfo">
		<div class="site-info">
			<?php do_action( 'twentytwelve_credits' ); ?>
			<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Designed by Nsite Designs | Powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
		
		</div><!-- .site-info -->
		
		
	</footer><!-- #colophon -->
</div><!-- #page -->



		

<?php wp_footer(); ?>
</body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nsitedesigns

ASKER

If I add it using this way, it will disappear when theme is updated correct?
Depend if you decide or not to display sitelock logo info.
Those info are in the sitelock account settings.
If I remember correctly you can hide or show the sitelock info, if you decide to hide the info this should not appear on the page.