srpd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: random postthanks i really appreciate, but doesn’t work 🙁
Forum: Fixing WordPress
In reply to: random posthi alchymyth yes you are right. it is what i want to do.thanks… i tried your suggestion but it doesn’t work, probably something wrong in my code.
I post my single.php and my comments.php on pastebin 🙂Forum: Fixing WordPress
In reply to: random postoh don’t worry rschilt 🙂
well in comments.php my code is :
<?php if ( have_comments() ) : ?> <div class="lista_commenti"> <h3>Commenti per questo articolo.</h3> <?php foreach ($comments as $comment) : ?> <div class="lista_commenti_1"> <div class="lista_commenti_2" > <span style="color:#f58b11; font-weight:bold;"><?php comment_author_link() ?> scrive:</span> <?php comment_text() ?> </div> </div> <?php endforeach; /* end for each comment */ ?> </div>Forum: Fixing WordPress
In reply to: random posthi rschilt, thanks for answer.. yes i’ looked that, and the problem is the same… the code work but post’s comment are showed random..
Forum: Fixing WordPress
In reply to: How to define last postfantastic… it works, thanks so much man 🙂
Forum: Fixing WordPress
In reply to: How to define last postuhmmmm but in this why there is a problem…
for example, i have my homepage, i set to show 20 post for page and posts are 40. I’m searching to show the most recent post with a style and more 39 post with another style, but i’m not able to find how to call this function….Forum: Fixing WordPress
In reply to: The_excerpt_rssanyone can help me?
Forum: Fixing WordPress
In reply to: How to define last posthow can i use it…
i would do something like this:if (last_post) { echo welcome; }else{ echo bye; }Forum: Fixing WordPress
In reply to: @fetch_feedoh ok. thanks 🙂
Forum: Fixing WordPress
In reply to: @fetch_feedthanks, i saw that but there isn’t complete syntax…