• 04-07-2009, 12:39:52
    #10
    index.php

    <?php get_header(); ?>
    <div id="lsidebar"><?php include (TEMPLATEPATH . '/lsidebar.php'); ?></div>
    <div class="entry">
    <div align="center" style="padding:10px;">
    <script type="text/javascript">
    /* <![CDATA[ */
    function affiliateLink(str){ str = unescape(str); var r = ''; for(var i = 0; i < str.length; i++) r += String.fromCharCode(2^str.charCodeAt(i)); document.write(r); }
    affiliateLink('%3Ec%22jpgd%3F%20jvvr8--uuu%2Cvgzv/nkli/cfq%2Camo-%3Dpgd%3F%3B2407%20%3C%3Ekoe%22qpa%3F%20jvvr8--uuu%2Cvgzv/nkli/cfq%2Camo-kocegq-vgzv%5Dnkli%5Dcfq%5DC%5D64%3Az42%2Cekd%20%22%60mpfgp%3F%202%20%22cnv%3F%20Vgzv%22Nkli%22Cfq%20%3C%3E-c%3C');
    /* ]]> */
    </script>
    </div>
    	<?php if (have_posts()) : ?>
    
    		<?php while (have_posts()) : the_post(); ?>
    
    			<div class="post" id="post-<?php the_ID(); ?>">
    				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    				<small>Written by <?php the_author() ?> on <abbr title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s – %2$s'), the_date('', '', '', false), get_the_time()) ?></abbr> - <?php if(function_exists('the_views')) { the_views(); } ?> </small><br /><br />
    
    
    					<?php the_content('Devamini Oku&raquo;'); ?>
    
    <br />
    <?php the_tags('Etiketler: ', ', ', '<br />'); ?>Kategorisi <?php the_category(', ') ?> | <?php edit_post_link('Duzenle', '', ' | '); ?>  <?php comments_popup_link('Yorum yok »', '1 Yorum »', '% Yorum »'); ?><br />
    <div class="line"></div>
    			</div>
    
    		<?php endwhile; ?>
    
    		<div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Geri') ?></div>
    			<div class="alignright"><?php previous_posts_link('ileri &raquo;') ?></div>
    		</div>
    
    	<?php else : ?>
    
    		<h2 class="center">Not Found</h2>
    		<p class="center">Sorry, but you are looking for something that isn't here.</p>
    
    	<?php endif; ?>
    
    	</div></div>
    <div id="sidebar"><?php include (TEMPLATEPATH . '/rsidebar.php'); ?></div>
    <?php get_footer(); ?>
  • 04-07-2009, 20:39:56
    #11
    Platin üye
  • 05-07-2009, 05:44:34
    #12
    Üyeliği durduruldu
    Bu kodlar ile değiştirirseniz hiç bir sorun kalmayacaktır. Kolay gelsin...

    Alıntı
    <?php get_header(); ?>
    <div id="lsidebar"><?php include (TEMPLATEPATH . '/lsidebar.php'); ?></div>
    <div class="entry">
    <div align="center" style="padding:10px;">
    </div>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    <small>Written by <?php the_author() ?> on <abbr title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s – %2$s'), the_date('', '', '', false), get_the_time()) ?></abbr> - <?php if(function_exists('the_views')) { the_views(); } ?> </small><br /><br />
    <?php the_content('Devamini Oku&raquo;'); ?>
    <br />
    <?php the_tags('Etiketler: ', ', ', '<br />'); ?>Kategorisi <?php the_category(', ') ?> | <?php edit_post_link('Duzenle', '', ' | '); ?> <?php comments_popup_link('Yorum yok »', '1 Yorum »', '% Yorum »'); ?><br />
    <div class="line"></div>
    </div>
    <?php endwhile; ?>
    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('&laquo; Geri') ?></div>
    <div class="alignright"><?php previous_posts_link('ileri &raquo;') ?></div>
    </div>
    <?php else : ?>
    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php endif; ?>
    </div></div>
    <div id="sidebar"><?php include (TEMPLATEPATH . '/rsidebar.php'); ?></div>
    <?php get_footer(); ?>