Need to delete footer links on WP theme

zzuumy

Newbie
Joined
Jul 30, 2012
Messages
17
Reaction score
1
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. :)
 
Last edited:
Apperance -> editor -> footer.php -> there you find the link and delete it, preferably along with the <a></a> tags surrounding it.
 
^^ Follow the advise given above next time before creating a new thread for any question.
For now, check the script in this thread, it might help you in removing the footer links.

Code:
http://www.blackhatworld.com/blackhat-seo/blogging/272073-free-remove-wordpress-theme-footer-links-blogroll.html
 
Login to your wordpress dashboard. Click on appearance on the left and then select editor from the drop down menu.Now that you are on the editor, look to your right hand side, there should be a bunch of links, look for footer (footer.php) and click on it.Now just delete or edit out the links that you dont want and save it.Enjoy, if it helped you please click the thanks button :)
 
I can't edit this theme just like this Apperance -> editor -> footer.php -> edit... beacouse then theme stop working. This link in footer are protected with some function .. but i don't know php very well..
 
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'>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>

Hello,

I also need an answer to this. Thanks!
 
Delete this

Footer Image.png

I can't paste code yet sorry :\
 
Really? You can't find the linked words in that code yourself?

When you look at the site one of the links uses the anchor text 'wordpress themes 2012'

Have you even looked at the code..... ?
 
Really? You can't find the linked words in that code yourself?

When you look at the site one of the links uses the anchor text 'wordpress themes 2012'

Have you even looked at the code..... ?

:mmm: As i said, there is a security function coded, and it's not in the bottom.php.
templatebrk.jpg
 
Can't help you there bro. Try hack your functions.php apart in FTP I suppose... Or recreate it in a free theme like Thematic or something... Or just buy the theme like the website suggests...
 
i've been through the same prob!is there no one who can help?pls guys, its kinda urgent and a big challenge!!!
 
the thing is that i have tried editing it even from dreamweaver, but even if i remove a single alphabet from the footer then the theme crashes and gives d error which has been picturised earlier by another user!i tried working it out in firebug and removed the link but it wont help in real scenario!i removed the full class smthemes in firebug but the same won't work if i do it in real!!!please help me...this thing has been bugging me alot
 
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. :)

I found your post because I was looking for the same answer for this family of themes. The code cannot be changed or removed without breaking the theme, either in the footer, functions or any other file EXCEPT the stylesheet :)
What you do is add find the element that controls the text in the footer and then add this attribute:
Code:
visibility:hidden;
you can even remove the footer height and border there to make room to...

add your own footer credits?

go to the bottom.php file and just above the body tag create a new div and enter your information. create a new id for this div and style to match the old footer, viola!
 
The protecting function is probably in functions.php or another file, try searching for it
 
Open your index.php file and look for this code:
<?php get_footer(); ?>

Put this on either side of it:
<!--Our dear footer starts here-->

&

<!--Our dear footer ends here-->

Now open your site in the browser and view the page source.

Everything in between is the actual footer code...copy it, and replace your footer.php code with it.

Now edit the footer.php any way you like.
 
Back
Top