• 03-09-2009, 10:54:25
    #1


    bu temada yan menude son yazıalr kısmında karakter hatası oluyor. nasıl çöze bilirim.

    temanın orjinali.

    http://www.adrianblog.com/wp-content...lean_1_0_1.zip

    bu hatayı ansıl çöze bilirim.yardımalrınızı bekliyorum
  • 03-09-2009, 10:57:20
    #2
    tema editörü > sidebar.php içindeki karakterleri göreceksiniz onları normak türkçe yazın.

    Önce ftp den yazma izni vermeniz gerekmektedir. CHMOD 777 sonra tekrar kapatmayı unutmayın
  • 03-09-2009, 11:01:32
    #3
    tam olrak analmadım bozuk bir yer sidebar.php de gözükmüyor.

    <!-- begin sidebar -->
    
    
    <ul>
    
    
    <!-- show the search box -->
    <li id="search" style="display:block; height:30px;">
    <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>" style="margin:0px;">
    <input type="text" name="s" id="s" size="15" style="width:123px; height:16px; padding-left:2px; float:left; border:1px solid #006699;" />
    <input type="submit" value="<?php _e('Search'); ?>" style="width:65px; height:20px; float:right; background-color:#EFEFEF; border:1px solid #006699; cursor:pointer; padding-bottom:3px;"/>
    </form>
    </li>
    
    
    
    <!-- show the Pages (contact, home) -->
    <?php 
    // this is an exceptio here, we will make an exception and pass another title to be written, we will include a div in it.
    wp_list_pages('title_li=<h2 style="margin-top:0px;">Pages</h2><a href="/">Home</a>'); 
    ?>
    
    
    <!-- show most recent posts -->
    <li id="recent_posts"><h2>Recent Posts:</h2>
    	<ul>
    	<?php get_recent_posts($p,10); ?>
    	</ul>
    </li>
    
    
    
    
    <!-- show the categories -->
    <li id="categories"><h2>Categories:</h2>
    	<ul>
    	<?php wp_list_cats(); ?>
    	</ul>
    </li>
    
    
    
    
    <!-- show the archives -->
    <li id="archives"><h2>Archives:</h2>
    	<ul>
    	<?php wp_get_archives('type=monthly'); ?>
    	</ul>
    </li>
    
    
    
    
    
    
    
    <!-- show the 'links' area -->
    <?php get_links_list(); ?>
    
    
    
    
    <!-- show the meta links (login, feeds, etc)-->
    <li id="meta"><h2>Meta:</h2>
     	<ul>
    		<?php wp_register(); ?>
    		<li><?php wp_loginout(); ?></li>
    		<li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    		<li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    		<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
    		<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    		<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
    		<?php wp_meta(); ?>
    	</ul>
     </li>
    
    
    
    </ul><!-- end sidebar -->
    
    <!-- Please do not remove the link to AdrianBlog.com, you can change title or change location but make sure it appears site-wide. 
    In this 'Credits' area you might want to add other friends or sites that helped you build your blog. Thanks. -->
    <h2>Credits</h2>
    <ul>
    	<li>
    	<a href="http://www.adrianblog.com">Blog Style by Adrian Blog</a>
    	</li>
    </ul>
    <!-- end of Credits -->
  • 03-09-2009, 12:16:18
    #4
    Üyeliği durduruldu
    Buyrun sidebar php dosyanız yukarıda verdiğiniz gibiyse bunu kullanın.
  • 03-09-2009, 12:20:12
    #5
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Sidebar.php dosyanızı kayıt ederken kodlamasını utf-8 olarak kaydediniz.
  • 04-09-2009, 10:33:19
    #6
    Son yazıalr yerine bu kodu yazdıgımda düzeldi sorun

    Yenisi:
    <?php wp_get_archives('type=postbypost&limit=5'); ?>
    Eskisi:
    <?php get_recent_posts($p,10); ?>