• Marijn

    (@marijn-bent)


    Hello everyone,

    I want to delete the Padd Solutions Footer links.

    In de footer.php:

    <div id="footer-wrap">
    		<div id="footer" class="clear-fix">
    			<?php padd_theme_credits(); ?>
    		</div><!-- #footer -->
    	</div><!-- #footer-wrap -->

    If i delete the line, the theme doesn’t work:
    <?php padd_theme_credits(); ?>

    What can i do?

    Thanks

    Marijn

    Ps. I will put a link too padd solutions, but i don’t like the ad links.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    The theme must be set to force the credits to display. If you aren’t happy with that I strongly suggest you find another theme.

    Did you find that theme in the WordPress theme repository?

    @marijn, open up the theme’s functions.php, remove the require PADD_FUNCT_PATH . 'prelude.php';,
    and then remove the <?php padd_theme_credits(); ?>. Those themes are encrypted, I would do as suggested and find another theme.
    Just for reference though, the encryption is in prelude.php inside the includes folder, there are plenty of online resources to decrypt them, check out this post: why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else

    Have fun

    Cleanpixel,
    I have made this and it works.
    I can’t say how much am I happy now ??
    Sorry for my English ??

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete Padd Solutions Footer’ is closed to new replies.