araya duyru eklemesii bilen?
6
●276
- 01-08-2009, 18:18:55Üyeliği durdurulduraca :S 1 sene oldu ilk kullandığım tema bi incelemek lazım kolaydı..
- 01-08-2009, 18:34:44Üyeliği durduruldukodu da buldum index.php de ama ne yapacağımı bilmiyorum.
<div id="acilDuyuru"> <div class="mainTitle" style="padding-left:5px;"><?php wp_list_categories('include=1&title_li=&style=none'); ?></div> <?php query_posts('cat=1&showposts=3&paged='.intval(get_query_var('paged')));?> <?php while (have_posts()) : the_post(); ?> <div style="padding:5px; margin-left:7px; width:185px; float:left; vertical-align:top; " onmouseover="this.className='back'" onmouseout="this.className='none'"><!-- IE6 margin left --> <div style="background:#f2f2f2; padding:6px; padding-bottom:1px; height:220px; display:block; overflow:hidden"> <div class="topstory-img"> <div style="position:absolute; text-align:right; margin-left:0px; padding:0 3px 2px 0px; background: url(<?php bloginfo('stylesheet_directory'); ?>/images/banner_title_back.png); width:170px; z-index:99"><!-- IE6 width=173px;--> <span style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; font-weight:bold; text-transform:uppercase"><?php the_title(); ?></span> </div> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php resim_cagir(0, "/wp-content/themes/raca12/images/noimage.gif", "post-img");?></a> </div> <div style=" margin:0 3px 0 3px;" > <div class="text2">Tarih:<?php the_time('F j, Y') ?> - <?php the_time() ?></div> <div style="margin-top:-10px;" class="text4"><?php the_excerpt_limit(50, "") ?><br /> <!--[if IE 6]> <br /> <![endif]--> <!--[if IE 7]> <br /> <![endif]--> </div> </div> </div> </div> <?php endwhile; ?> <div style="clear: both" ></div> </div> <!-- acil duyuru bitiş -->