iGadgets Footer
-
Hello, I am using the WordPress theme iGadgets, and I want to change the footer.
(I know it possible because on Yutubemedia’s website, his footer is changed.)
Anyway, here is my script:
‘ </div>
<div id=”footer”>Copyright © “><?php bloginfo(‘name’); ?> – <?php bloginfo(‘description’); ?></div>
<?php // This theme is released free for use under creative commons licence. https://creativecommons.org/licenses/by/3.0/
// All links in the footer should remain intact.
// These links are all family friendly and will not hurt your site in any way.
// Warning! Your site may stop working if these links are edited or deleted ?>
<div id=”footer2″>Powered by WordPress | BestInCellPhones.com Offers Free Cell Phones. Compare Rate Plans at iCellPhonePlans.com and find Cheap Palm Pixi at iCellPhoneDeals.com.</div>
</div>
<?php
wp_footer();
echo get_theme_option(“footer”) . “\n”;
?>
</body>
</html>’
So how do I change the footer, is it encryptedd, or what?
- The topic ‘iGadgets Footer’ is closed to new replies.