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
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
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 } ?>Thanks very much for your help. I'll try this
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 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!
You must log in to post.