haledilmedi

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 20:44:05 -->-> Daha önceki mesaj 20:41:56 --

Scorpion2763 adlı üyeden alıntı: mesajı görüntüle
single.php kodlarınızı paylaşınız o halde.
<?php get_header(); ?>
	
	<?php if (have_posts()) : ?>
		<?php while (have_posts()) : the_post(); ?>
			<div class="post" id="post-<?php the_ID(); ?>">

				<h1><?php $comments_img_link= '<img src="' . get_stylesheet_directory_uri() . '/img/documents_16.png"  title="Title" alt="*" />';?><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
					
				<div class="alignlefttt">Posted in <?php the_category(', ') ?>&nbsp;  by <?php the_author() ?>  <?php edit_post_link('Edit'); ?></div>
			<div class="alignrighttt"><?php the_time('F jS, Y') ?></div>
				<div class="entry">

					<?php the_content('Read the rest of this entry &raquo;'); ?>

				</div>

<div class="single"></div>

			</div>

			<?php comments_template(); ?>

		<?php endwhile; ?>

			<p align="center"><?php next_posts_link('&laquo; Previous Entries') ?> <?php previous_posts_link('Next Entries &raquo;') ?></p>

	<?php else : ?>

			<h1>Not Found</h1>

			<p>Oops! Article Not Found</p>

	<?php endif; ?>
			</div>

	<?php get_sidebar(); ?>
			
			<div class="clearer">&nbsp;</div>

	</div>

<?php get_footer(); ?>