Wordpress uzmanları ufak bir sorum var
8
●219
- 28-10-2015, 11:48:35hangisi hocam bu kodlardanBisayfa adlı üyeden alıntı: mesajı görüntüle
<?php global $theme; get_header(); ?> <div id="main"> <?php $theme->hook('main_before'); ?> <div id="content"> <?php $theme->hook('content_before'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); /** * Find the post formatting for the single post (full post view) in the post-single.php file */ get_template_part('post', 'single'); endwhile; else : get_template_part('post', 'noresults'); endif; ?> <?php $theme->hook('content_after'); ?> </div><!-- #content --> <?php get_sidebars(); ?> <?php $theme->hook('main_after'); ?> </div><!-- #main --> <?php get_footer(); ?> - 28-10-2015, 11:52:51şu kısımda o resim ama tam olarak nereyi sileceğim burda
<h2 class="title"><?php the_title(); ?></h2> <div class="entry clearfix"> <?php if(has_post_thumbnail()) { the_post_thumbnail( array($theme->get_option('featured_image_width_single'), $theme->get_option('featured_image_height_single')), array("class" => $theme->get_option('featured_image_position_single') . " featured_image") ); } ?> <?php the_content(''); wp_link_pages( array( 'before' => '<p><strong>' . __( 'Pages:', 'themater' ) . '</strong>', 'after' => '</p>' ) ); ?> </div> - 28-10-2015, 11:55:49Üyeliği durduruldu<?php
if(has_post_thumbnail()) {
the_post_thumbnail(
array($theme->get_option('featured_image_width_single'),
$theme->get_option('featured_image_height_single')),
array("class" => $theme->get_option('featured_image_position_single') . " featured_image")
);
}
?>
bu kodu kaldıracaksınız - 28-10-2015, 11:57:24tamamdır sildim oldu hocam teşekkürlerBisayfa adlı üyeden alıntı: mesajı görüntüle
- 28-10-2015, 13:12:48Kimlik doğrulama veya yönetimden onay bekliyor.hocam konu eklerken konunu içine resim ekleme sadece öne çıkan görseli belirle eger halledemezsen editleme için pm atın hocam bakalım çaresinaComPuter_DoctoR adlı üyeden alıntı: mesajı görüntüle