• 15-03-2009, 10:36:49
    #1
    Merhabalar Sitemde eskiden gözükmesine rağmen şimdi footer'ım anasayfada ve diğer sayfaların hiç birinde gözükmüyor. Hayır Sorunuda anlamadım, öncesinde sadece footer lara eklediğim widgetların gözükmeme sorunu vardı, ama artık footer hiç gözükmüyor. Footer kodlarındada yanlış bir şey bulamadım. Napıcağımı bilemiyorum açıkcası.
    Footer.php kodlarını aşağıya veriyorum buyrun,
    		<!-- #wrap -->
    	</div>
    	<!-- #page -->
    </div>
    <div id="footer">
    	<div class="inner">
    		<div class="sidebox">
    			<div class="inner"><div class="inner">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Footer Sidebar') ) : else : ?>
    				<h2>Featured Links</h2>
    				<ul>
    					<?php wp_list_bookmarks('title_li=0&categorize=0'); ?>
    				</ul>
    <?php endif; ?>
    			</div></div>
    			<!-- #footer .sidebox -->
    		</div>
    		<ul id="subMenu">
    			<li<?php if (is_home()) echo ' class="current_page_item"'; ?>><a href="<?php echo get_settings('home'); ?>/">HOME</a></li>
    			<?php wp_list_pages('title_li=&sort_column=menu_order&depth=1' ); ?>
    		</ul>
    		<div class="abox abox-1">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Footer Left') ) : else : ?>
    			<h2>Top Commentators</h2>
    			<div>
    				<ul>
    					<?php if (function_exists('ns_show_top_commentators')) ns_show_top_commentators(); ?>
    				</ul>
    			</div>
    <?php endif; ?>
    		</div>
    		<div class="abox abox-2">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Footer Middle') ) : else : ?>
    			<h2>Archives</h2>
    			<div>
    				<ul>
    					<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
    				</ul>
    				<a href="<?php echo get_option('ds_ub1_archive'); ?>" class="rmore">Full Archive</a>
    			</div>
    <?php endif; ?>
    		</div>
    		<div class="abox abox-3">
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Footer Right') ) : else : ?>
    			<h2>Tag Cloud</h2>
    			<div>
    				<?php wp_tag_cloud('smallest=12&largest=20&unit=px&number=18'); ?>
    			</div>
    <?php endif; ?>
    		</div>
    		<div class="extra"></div>
    		<!-- #footer .inner -->
    	</div>
    	<!-- We kindly ask that you leave the author credits intact. Thank you. -->
    	<em><a href="http://www.uniqueblogdesigns.com/blog/2008/free-premium-wordpress-theme-ubd-moneymaker-theme/">UBD Moneymaker Theme</a> by <a href="http://www.uniqueblogdesigns.com/">Unique Blog Designs</a> &amp; <a href="http://www.dreampunchboy.com/">Phillip van Coller</a></em>
    <?php wp_footer(); ?>
    	<!-- #footer -->
    </div>
    </body>
    </html>
  • 15-03-2009, 11:06:26
    #2
    Üyeliği durduruldu
    kaynakta footer gözüküyor. siz bir şey yapmadan footer kaybolduysa, sayaç(toplist) ve reklam kodlarını kaldırıp deneyin.
  • 15-03-2009, 11:15:57
    #3
    Saol @ Tyler Durden sorunum çözüldü sen olmasan aklıma gelmezdi.