IPB

( Zaloguj | Zarejestruj )

 
Reply to this topicStart new topic
> Problem z wyświetlaniem "ostatnich komentarzy", chodzi o wyswietlanie ostatnich 10 na dole strony
mickub
post 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 dry.gif Jakby mi ktoś powiedział w którym miejscu szukać tego nie właściwego kodu. Rozchodzi się o wyświetlani "ostatnie komentarze na dole strony" proszę zobaczyć u mnie na stronie "cinemacenter.pl" (nie podaje w celach reklamowych). Ostatnie wpisy są dobrze, tylko te komentarze źle pokazują bo pokazują tylko 5 :/ Dałbym to koderowi do poprawki, ale on wyjechał na ferrie będzie dopiero 21, a chciałbym to naprawić jak najszybciej

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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



: 9 02 12 - 10:39
WebFan | Wszystko co chcesz wiedzieć o e-commerce