• Hi,
    I would like to use all of the footer and wondered how/if I can get “Maskitto Light WordPress Theme by Shufflehound.” removed.
    Thanks
    Michael
    Loch Lomond, Scotland

Viewing 1 replies (of 1 total)
  • Alice Farrelly

    (@alicemaywebdesign)

    Shufflehound has a “Support us” page which seems to be saying that you can give them a donation except it has no apparent way to do that… (https://shufflehound.com/support-us/)

    To get rid of the footer copyright you can go to Appearance –> Editor –> Maskitto Light: Theme Footer (footer.php) and there should be this:

    <?php /*
    *
    *  Plaese support theme developers efforts by donation to remove or change copyrights!
    *
    */ $author_website = 'https://shufflehound.com/maskitto-light/'; ?>
    	<div class="copyrights">
    		<span class="thank-you-for-your-support">
    			<a href="<?php echo $author_website; ?>">Maskitto Light</a> <?php _e( 'WordPress Theme by Shufflehound.', 'maskitto-light' ); ?></span>
    		</span>
    		<?php echo preg_replace("#<br\s?/?>#", "", html_entity_decode( esc_attr( $maskitto_light['footer-text'] ))); ?>
    	</div>
    <?php /*
    *
    *  Plaese support theme developers efforts by donation to remove or change copyrights!
    *
    */ ?>

    It is still not clear how you are meant to give them the donation though.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I make a contribution to remove ‘Shufflehound’ from the footer?’ is closed to new replies.