arkadaşlar ücretsiz olarak aldığım sitenin footer bölümünde gereksiz birden fazla link bulunmaktadır. Linkler silindiğinde siteye erişimi engellemekte.
Yani anlayacağınız lisans mevzusu.
Bu durumu çözebilirmiyiz..
Yardımcı olursanız sevinirim !
Yardımcı Olabilecek Varmı? (içeri)
3
●274
- 15-03-2014, 00:23:25Merhaba
Biraz daha bilgi verseydiniz iyi olurdu ayrıca ücretsiz birşeye böyle bir yaptırım çok saçma eğer telif hakkı olarak geçerliliği olan birşeyse kaldırmamanızdan yanayım yinede bilgi verirseniz ona göre cevap vereyim size? - 15-03-2014, 13:46:32Bu kısım değiştirildiğinde siteye girilmiyor...
</div>
<div id="footer">
<div class="credit">
Copyright © 2011 <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>. All rights reserved. Powered by <a href="http://www.wordpress.org">WordPress</a><br />
<?php // Our theme is licensed under Creative Commons Licence. http://creativecommons.org/licenses/by/3.0/
// You are not allowed to remove or edit our family friendly links without permission.
// We appreciate your help in making this site the best FREE High-Quality Themes for you. ?>
<?php // This theme is licensed under CC3.0, you are not allowed to modify/remove our link without permission.
// Please make sure that you keep all credit links intact. Thank you for supporting us making more FREE creative themes.?>
<div class="credit_t"><a href="http://www.losangeles-hotels-ca.com">Los Angeles</a> <a href="http://www.wpthemepremium.com">Premium Wordpress Themes</a> Designed by <a href="http://www.wpthemepremium.com">Wpthemepremium.com</a></div>
</div>
<?php
if(wpthemes_options('footer_code') != '') {
echo wpthemes_options("footer_code") . "\n";
}
?>
<?php wp_footer(); ?>
</div>
</div>
</div>
</div>
</div>
</body>
</html>