![]() |
|
|
|||||||
| WordPress Wordpress hakkında bilgiler, ipuçları, temalar ve eklentiler. |

![]() |
|
|
LinkBack | Seçenekler | Stil |
| Ucuz ürün ihaleleri |
|
||||
|
Bu yukaridaki belirttigim yerdeki kodlar su sekilde;;
<?php $myPosts .= "0"; add_filter('posts_where', 'post_strip'); ?> <?php $showpost = new WP_query(); $showpost->query('showposts='.$carpet['regular_video_posts_X'].'&cat='.$carpet['videos_id']); ?> <?php if ($showpost->have_posts()) : ?> <div class="box_type_a more_videos"> <?php while ($showpost->have_posts()) : $showpost->the_post(); $myPosts .= $post->ID . ","; ?> <div class="more_vid"> <div class="pic-alt"><?php show_photo($carpet['normal_thumb_w'],$carpet['normal_thumb_h']); ?></div> <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <p><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php print do_excerpt(get_the_excerpt(), $carpet['snippet_level2']); ?></a></p> <ul class="etc"> <li class="readit"><a href="<?php the_permalink(); ?>">Izle</a></li> </ul><div class="clear"></div> </div> Bunlari nasil duzenlersem benim belirledigim bir kategorideki iki yazi burda goruntulenir? Tesekkurler simdiden |
|
||||
|
// Aşağıdaki cat=11]rakamını göstermek istediğiniz kategori ID'si ile değiştirin.
// showposts=3 gösterilecek kayıt sayısıdır, istediğiniz şekilde değiştirebilirsiniz. // "resim" yazan yere özel alandan ekliyeceğin etiket ile çağıracagın resim gelir // "/images/thumbnail.png" olan yere özel resim atanmayanlara otomatik çıkacaktır // width="80" height="70" resimlerin göstermek istediğin boyutlandırısın // <?php the_content_limit(95, ""); ?> 95 kaç half karakter çıkmasını istiyorsan onu ayarlarsın // /category/dusunce-iklimi/ ile kategorinin devamındaki yazılara yönlendirirsin Kod:
<h3>Kategori ismi</h3>
<?php
?>
<?php $recent = new WP_Query("cat=11&showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "resim", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?>" width="80" height="70" /></a>
<?php else: ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" width="80" height="70" /></a>
<?php endif; ?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(95, ""); ?>
<div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
<?php endwhile; ?>
<b><a href="/category/dusunce-iklimi/" rel="bookmark">Bu kategorideki tüm gönderiler</a></b>
|
![]() |
| Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir) | |
| Seçenekler | |
| Stil | |
|
|
Benzer Konular
|
||||
| Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
| WP'de Sohbet Girişi. | Befo | WordPress | 6 | 2008-07-20 00:03 |
| WP'de Online Müzik Dinletme | Trankyle | WordPress | 2 | 2008-06-18 23:26 |
| belli bir kategori deki yada belli id numaraları arasındaki verileri çekebilir miyiz | svamder | Programlama | 1 | 2008-03-14 09:38 |
| WP'de konulari HTML sekLinde yapmak | Partizan | WordPress | 3 | 2006-09-08 10:35 |
| Excel Tablosunda Belli bir sütundaki değerleri belli bir ordanda düşürmek | astraler | Veritabanları | 16 | 2005-09-27 12:42 |