• How can I remove in the footer the credit link?

    Travel Blogger theme developed by FreeTravelWebsiteTemplates.com

    In previous version they had a radio button for yes or no but it has been removed in version 1.3.2

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • See footer.php

    Remove these lines:

    <?php if( is_home() || is_front_page() || is_page() || is_category() ) {
    	echo '<p class="theme-links credit-links"><a href="https://www.freetravelwebsitetemplates.com/themes/travel-blogger-theme-for-wordpress/" target="_blank">Travel Blogger</a> theme developed by FreeTravelWebsiteTemplates.com | Powered by <a href="https://www.ads-software.com/" target="_blank">WordPress</a>';
    
    	if($footerlinks['add_credit'] !='') {
    		$footerlink = get_option('esp_theme_links',array('url'=>'https://www.expedia.com','kw'=>'Travel'));
    		?>
    		<p class="theme-links add-links">Designed by the Expedia <a href="<?php echo $footerlink['url']; ?>"><?php echo $footerlink['kw']; ?></a> Team.</p>
    	<?php } ?>
    <?php } ?>

    Thread Starter cga

    (@cga)

    Thanks very much for your help. I’ll try this

    Thread Starter cga

    (@cga)

    Great stuff, that worked

    Cheers

    Thank you Chip for helping out here, we intended for those links always to be optional. It was an oversight that the option button got disabled for the www.ads-software.com version. We will make sure to put that back in so that both credit links are completely opt-in. We definitely appreciate it when users keep our links, as that helps us continue support for the theme, but it is important to us that www.ads-software.com remain a completely free and useful resource. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the footer text in theme Travel Blogger 1.3.2’ is closed to new replies.