elimde bulunan wp temayı kurdum fakat footerdeki 3 adet kodu sildiğimde tema geçersiz duruma geliyor yani şifreli
<?php
/**
* @package WordPress
* @subpackage Classic_Theme
*/
?>
</div>
</div>
</div>
<div id="footerside-wrap">
<div id="footerside" class="clearfix">
<ul>
<li class="footer_li1 footer_li">
<ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer1') ) : ?>
<li>
<h2><?php _e('Recent Posts'); ?></h2>
<ul>
<?php wp_get_archives('type=postbypost&limit=5'); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</li>
<li class="footer_li2 footer_li">
<ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer2') ) : ?>
<li>
<h2>Yeni Yorumlar</h2>
<ul>
<?php include(TEMPLATEPATH . '/recent-comments.php'); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</li>
<li class="footer_li3 footer_li">
<ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer3') ) : ?>
<li>
<h2>Blog</h2>
<ul><?php wp_list_bookmarks("title_li=&categorize=0&limit=10 "); ?></ul>
</li>
<?php endif; ?>
</ul>
</li>
</ul>
</div>
</div>
<div id="footer-wrap">
<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>
kod burda nasıl silerim
wp temadan kod silmek için yardım
4
●1.933
- 25-05-2013, 19:27:26<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>
kırmızı yaptım ama kodları - 25-05-2013, 19:28:34Üyeliği durduruldu<?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>
<?php
if(wpthemes_options('footer_code') != '') {
echo wpthemes_options("footer_code") . "\n";
}
?>
bu kısımları silersen düzelir