Forums

How to remove the footer text in theme Travel Blogger 1.3.2 (5 posts)

  1. cga
    Member
    Posted 10 months ago #

    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

  2. Chip Bennett
    Member
    Posted 10 months ago #

    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="http://www.freetravelwebsitetemplates.com/themes/travel-blogger-theme-for-wordpress/" target="_blank">Travel Blogger</a> theme developed by FreeTravelWebsiteTemplates.com | Powered by <a href="http://wordpress.org/" target="_blank">WordPress</a>';
    
    	if($footerlinks['add_credit'] !='') {
    		$footerlink = get_option('esp_theme_links',array('url'=>'http://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 } ?>
  3. cga
    Member
    Posted 10 months ago #

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

  4. cga
    Member
    Posted 10 months ago #

    Great stuff, that worked

    Cheers

  5. TravelBlogSite
    Member
    Posted 10 months ago #

    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 WordPress.org 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 WordPress.org remain a completely free and useful resource. Thanks!

Reply

You must log in to post.

About this Topic