http://www.blackhatworld.com/blackhat-seo/blogging/272073-free-remove-wordpress-theme-footer-links-blogroll.html
<?php global $SMTheme;?><div id='footer'>
<div class='container clearfix'>
<?php if ($SMTheme->get("layout","footerwidgets")) { ?>
<div class='footer-widgets-container'><div class='footer-widgets'>
<div class='widgetf widget_first'>
<?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_1") ) : ?>
<?php
$SMTheme->go_func("footer_1");
?>
<?php endif; ?>
</div>
<div class='widgetf'>
<?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_2") ) : ?>
<?php
$SMTheme->go_func("footer_2");
?>
<?php endif; ?>
</div>
<div class='widgetf widgetf_last'>
<?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_3") ) : ?>
<?php
$SMTheme->go_func("footer_3");
?>
<?php endif; ?>
</div>
</div></div>
<?php } ?>
<center><script id="_wau6dy">var _wau = _wau || []; _wau.push(["small", "jv59s8a9eegg", "6dy"]);
(function() {var s=document.createElement("script"); s.async=true;
s.src="URL";
document.getElementsByTagName("head")[0].appendChild(s);
})();</script></center>
</div>
<div class='footer_txt'>
<?php
if ($SMTheme->get( "layout","footertext" )) {
echo $SMTheme->get( "layout","footertext" );
} else {
?>Copyright © <?php echo date("Y"); ?> <a href="<?php echo home_url(); ?>"><?php bloginfo("name"); ?></a><?php
echo (get_bloginfo('description'))?' - '.get_bloginfo('description'):'';
}
?>
<?php /*
All links in the tag <div class='smthemes'> are attribution of the theme developers and should remain intact.
It's protected by Creative Commons License (URL).
Warning! Your site will not be able to work if these links are edited or deleted.
You can buy this theme without footer links online at URL
*/ ?>
<div class='smthemes'>Designed by <a URL' target='_blank'>WordPress themes 2012</a>, thanks to: <a href='URL' target='_blank'>WordPress themes free</a>, <a href='URL' target='_blank'>LizardThemes.com</a> and <a URL' target='_blank'>Free WordPress music themes</a></div>
</div>
<?php wp_footer(); ?>
</div>
<?php
echo $SMTheme->get( "integration","footercode" );
?>
</div>
</body>
</html>
This is my footer.php ... I watched a lot but I can not figure out what I need to delete and what is the function that bothers me: S
Code:<?php global $SMTheme;?><div id='footer'> <div class='container clearfix'> <?php if ($SMTheme->get("layout","footerwidgets")) { ?> <div class='footer-widgets-container'><div class='footer-widgets'> <div class='widgetf widget_first'> <?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_1") ) : ?> <?php $SMTheme->go_func("footer_1"); ?> <?php endif; ?> </div> <div class='widgetf'> <?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_2") ) : ?> <?php $SMTheme->go_func("footer_2"); ?> <?php endif; ?> </div> <div class='widgetf widgetf_last'> <?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_3") ) : ?> <?php $SMTheme->go_func("footer_3"); ?> <?php endif; ?> </div> </div></div> <?php } ?> <center><script id="_wau6dy">var _wau = _wau || []; _wau.push(["small", "jv59s8a9eegg", "6dy"]); (function() {var s=document.createElement("script"); s.async=true; s.src="URL"; document.getElementsByTagName("head")[0].appendChild(s); })();</script></center> </div> <div class='footer_txt'> <?php if ($SMTheme->get( "layout","footertext" )) { echo $SMTheme->get( "layout","footertext" ); } else { ?>Copyright © <?php echo date("Y"); ?> <a href="<?php echo home_url(); ?>"><?php bloginfo("name"); ?></a><?php echo (get_bloginfo('description'))?' - '.get_bloginfo('description'):''; } ?> <?php /* All links in the tag <div class='smthemes'> are attribution of the theme developers and should remain intact. It's protected by Creative Commons License (URL). Warning! Your site will not be able to work if these links are edited or deleted. You can buy this theme without footer links online at URL */ ?> <div class='smthemes'>Designed by <a URL' target='_blank'>WordPress themes 2012</a>, thanks to: <a href='URL' target='_blank'>WordPress themes free</a>, <a href='URL' target='_blank'>LizardThemesdotcom</a> and <a URL' target='_blank'>Free WordPress music themes</a></div> </div> <?php wp_footer(); ?> </div> <?php echo $SMTheme->get( "integration","footercode" ); ?> </div> </body> </html>
Please, If someone can help me and delete these links, I would be very grateful.
link for theme : smthemesDotCom/ladiesjournal/
Thank you all, I really would like to have this theme.![]()
visibility:hidden;