( Zaloguj | Zarejestruj )
![]() ![]() |
15.2.2010 - 10:12
Post
#1
|
|
|
aktywność: Grupa: +Bloger Postów: 24 Nr: 7 813 |
Mam problem z wyświetlaniem ostatnich 10 komentarzy, wyświetla mi tylko 5
Dziękuję z góry za pomoc jezeli to pomoze, to kod wpisów: CODE <div id="r_e"> <img src="<?php bloginfo('template_directory'); ?>/img/r_e.png" alt="Ostatnie wpisy"></img> <div class="bar"></div> <div id="r_e_t"> <?php query_posts('showposts=10'); ?> <ul> <?php while (have_posts()) : the_post(); ?> <li> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </li> <?php endwhile;?> </ul> </div> </div> i to dziala dobrze CODE <!--recent comments start --> <div id="r_c"> <img src="<?php bloginfo('template_directory'); ?>/img/r_c.png" alt="Ostatnie komentarze"></img> <div class="bar"></div> <div id="r_c_t"> <?php include (TEMPLATEPATH . '/simple_recent_comments.php'); ?> <?php if (function_exists('src_simple_recent_comments')) { src_simple_recent_comments(5, 10, '', ''); } ?> </div> </div> <!--recent comments end --> to kod z komentarzy, ale wyswietla sie tylko 5, gdzie to poprawic ? Ten post edytował mickub 17.2.2010 - 00:04 |
|
|
|
![]() ![]() |
| : 9 02 12 - 10:39 |