• 09-09-2012, 00:34:42
    #1
    Wordpress sitemde şöyle bir şey var, bir resmi öne çıkarılmış bir görsel olarak ekleyince resim anasayfada öne çıkarılmış görsel olarak gözüküyor ve aynı zamanda yazının içine girince küçük olarak gözüküyor, benim yapmak istediğim şey öne çıkarılmış görseli ekleyince görsel sadece anasayfada yada kategori sayfasında gösterilmesi yazının içine girince resmin gözükmemesi...

    www.peynirr.com siteme girerseniz durumu daha iyi anlarsınız...
  • 09-09-2012, 00:43:48
    #2
    çok basit bir sorun aslında kolayca düzeltilebilir.
  • 09-09-2012, 00:59:32
    #3
    Orgeneral adlı üyeden alıntı: mesajı görüntüle
    çok basit bir sorun aslında kolayca düzeltilebilir.
    bunu yazacağına sorunu nasıl çözeceğimi yazsaymışsınya
  • 09-09-2012, 01:13:07
    #4
    Peynirr adlı üyeden alıntı: mesajı görüntüle
    bunu yazacağına sorunu nasıl çözeceğimi yazsaymışsınya
    tabiki admin bilgilerinizi gönderin hemen halledelim fakat sitenizde bannerim olur.
    (maziden)
  • 09-09-2012, 01:36:51
    #5
    malesef onu yapamam hocam...
  • 09-09-2012, 16:31:14
    #6
    Sorunu hayla çözemedim malesef Yardım bekliyorum.
  • 09-09-2012, 17:55:50
    #7
    Single.php dosyanızı paylaşın buradan düzenleme yapalım.
  • 09-09-2012, 18:24:26
    #8
    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    	<?php if (get_option('dailyjournal_integration_single_top') <> '' && get_option('dailyjournal_integrate_singletop_enable') == 'on') echo (get_option('dailyjournal_integration_single_top')); ?>
    	
    	<article class="note-block entry post">
    		<div class="note">
    			<div class="note-inner">
    				<div class="note-content">
    					<div class="post-title">
    						<span class="post-meta"><?php echo get_the_time( get_option('dailyjournal_date_format') ); ?></span>
    						<h1><?php the_title(); ?></h1>
    					</div>	
    					<div class="post-content clearfix">
    						<?php
    							$thumb = '';
    							$width = apply_filters('et_image_width',113);
    							$height = apply_filters('et_image_height',113);
    							$classtext = '';
    							$titletext = get_the_title();
    							$thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext,false,'Single');
    							$thumb = $thumbnail["thumb"];
    						?>
    						<?php if ( '' <> $thumb && 'on' == get_option( 'dailyjournal_thumbnails' ) ) { ?>
    							<div class="post-image">
    								<a href="<?php the_permalink(); ?>">
    									<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, $classtext); ?>
    									<span class="overlay"></span>
    								</a>	
    							</div> 	<!-- end .post-image -->
    						<?php } ?>
    						<?php the_content(); ?>
    						<?php wp_link_pages(array('before' => '<p><strong>'.esc_attr__('Pages','DailyJournal').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    						<?php edit_post_link(esc_attr__('Bu yazıyı düzenle.','DailyJournal')); ?>
    					</div> <!-- end .post-content -->
    				</div> <!-- end .note-content-->
    			</div> <!-- end .note-inner-->
    		</div> <!-- end .note-->
    		<div class="note-bottom-left">
    			<div class="note-bottom-right">
    				<div class="note-bottom-center"></div>
    			</div>	
    		</div>
    	</article> 	<!-- end .post-->
    	
    	<?php if (get_option('dailyjournal_integration_single_bottom') <> '' && get_option('dailyjournal_integrate_singlebottom_enable') == 'on') echo(get_option('dailyjournal_integration_single_bottom')); ?>
    		
    	<?php 
    		if ( get_option('dailyjournal_468_enable') == 'on' ){
    			if ( get_option('dailyjournal_468_adsense') <> '' ) echo( get_option('dailyjournal_468_adsense') );
    			else { ?>
    			   <a href="<?php echo esc_url(get_option('dailyjournal_468_url')); ?>"><img src="<?php echo esc_url(get_option('dailyjournal_468_image')); ?>" alt="468 ad" class="foursixeight" /></a>
    	<?php 	}    
    		}
    	?>
    	
    	<?php 
    		if ( 'on' == get_option('dailyjournal_show_postcomments') ) comments_template('', true);
    	?>
    <?php endwhile; // end of the loop. ?>
    Hocam oradaki kısmı off yapınca site kayıyor sanırım css düzenlemeside yapılması gerekiyormuş
  • 09-09-2012, 18:31:10
    #9
    donanim.net
    Şu şekilde deneyin bir hocam

    Alıntı
    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <?php if (get_option('dailyjournal_integration_single_top') <> '' && get_option('dailyjournal_integrate_singletop_enabl e') == 'on') echo (get_option('dailyjournal_integration_single_top') ); ?>

    <article class="note-block entry post">
    <div class="note">
    <div class="note-inner">
    <div class="note-content">
    <div class="post-title">
    <span class="post-meta"><?php echo get_the_time( get_option('dailyjournal_date_format') ); ?></span>
    <h1><?php the_title(); ?></h1>
    </div>

    <?php the_content(); ?>
    <?php wp_link_pages(array('before' => '<p><strong>'.esc_attr__('Pages','DailyJournal').' :</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    <?php edit_post_link(esc_attr__('Bu yazıyı düzenle.','DailyJournal')); ?>
    </div> <!-- end .post-content -->
    </div> <!-- end .note-content-->
    </div> <!-- end .note-inner-->
    </div> <!-- end .note-->
    <div class="note-bottom-left">
    <div class="note-bottom-right">
    <div class="note-bottom-center"></div>
    </div>
    </div>
    </article> <!-- end .post-->

    <?php if (get_option('dailyjournal_integration_single_botto m') <> '' && get_option('dailyjournal_integrate_singlebottom_en able') == 'on') echo(get_option('dailyjournal_integration_single_b ottom')); ?>

    <?php
    if ( get_option('dailyjournal_468_enable') == 'on' ){
    if ( get_option('dailyjournal_468_adsense') <> '' ) echo( get_option('dailyjournal_468_adsense') );
    else { ?>
    <a href="<?php echo esc_url(get_option('dailyjournal_468_url')); ?>"><img src="<?php echo esc_url(get_option('dailyjournal_468_image')); ?>" alt="468 ad" class="foursixeight" /></a>
    <?php }
    }
    ?>

    <?php
    if ( 'on' == get_option('dailyjournal_show_postcomments') ) comments_template('', true);
    ?>
    <?php endwhile; // end of the loop. ?>