bunudaoku adlı üyeden alıntı: mesajı görüntüle
single.php ye
<?php get_footer(); ?>
kodu eklimi?
Ben göremedim. single.php aşağıdaki şekilde , nereye kod eklemeliyim.

<?php get_header(); ?>



<div class="bodybg">
	<div class="wraper" id="maincontent">
    	<?php include(TEMPLATEPATH . "/path.php")?>  	
    	<div class="leftcont">
            <div class="content">
                <div class="leftside">
                    <div class="recenttop">
                        <div class="recentmid" id="postheight">
                         <?php $i=1;while (have_posts()) : the_post(); ?>
                        	<h1 class="editortitle4">
								<?php the_title(); ?>
                            </h1>
                            
                            
                           <div class="postframe3">
                                <div class="postedby">Posted by: <?php the_author_posts_link() ?> | 
                                
                                    <?php
                                    $arc_year = get_the_time('Y');
                                    $arc_month = get_the_time('m');
                                    $arc_day = get_the_time('d');
                                    ?>
                                    <a href="<?php echo get_day_link("$arc_year", "$arc_month", "$arc_day"); ?>" rel="nofollow"><?php the_time('F d, Y'); ?></a>
                                
                                </div>
                                <div class="gads" style="padding-top:5px;">
									<script type="text/javascript">
                                    google_ad_client = "<?php echo get_option('fp_bz_adsense_pid');?>";
                                    google_ad_width = 468;
                                    google_ad_height = 60;
                                    google_ad_format = "468x60_as";
                                    google_ad_type = "text";
                                    google_color_border = "ffffff";
                                    google_color_bg = "ffffff";
                                    google_color_link = "474747";
                                    google_color_text = "000000";
                                    google_color_url = "8C283D";
                                    </script>
                                    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
                                
                                </div>
                                
                                
                                
                                <div class="postdescription">
                                    <?php the_content(); ?>
                                    <div class="clear"></div>
                                    <script type="text/javascript">
                                    google_ad_client = "<?php echo get_option('fp_bz_adsense_pid');?>";
                                    google_ad_width = 336;
                                    google_ad_height = 280;
                                    google_ad_format = "336x280_as";
                                    google_ad_type = "text";
                                    google_color_border = "ffffff";
                                    google_color_bg = "ffffff";
                                    google_color_link = "474747";
                                    google_color_text = "000000";
                                    google_color_url = "8C283D";
                                    </script>
                                    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
                                </div>    
                            </div>
                            <?php $i++; endwhile; ?>
                            <?php comments_template(); ?>
                            
                        </div>
                    </div>
                    <div class="recentbottom"></div>
                </div>
                <?php include(TEMPLATEPATH . "/sponser.php")?> 
                <div class="clear"></div>
            </div>
            
            
            
            
            
            
            
    	</div>
        <?php get_sidebar();?> 
        <div class="clear"></div>
    </div>
	<?php get_footer();?>