Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages

www.blogsome.com Forum Index » Questions and Comments

Post new topic   Reply to topic
how does the "most popular post" work?
View previous topic :: View next topic  
Author Message
lamananamasamarilla
Guest





PostPosted: Mon Oct 10, 2005 6:24 am    Post subject: how does the "most popular post" work? Reply with quote

Hey!

In my blog, the "most popular posts" link shows the names of various different post names, but all of them have the same url. What does it mean? Is that rating real?
S
Back to top
schinckel



Joined: 03 Apr 2005
Posts: 1238
Location: Adelaide, Australia

PostPosted: Mon Oct 10, 2005 7:59 am    Post subject: Reply with quote

You'll need to post your code from your template for the relevant section.

Mine works, and looks like:

Code:
    {popularposts}
    {if $pposts != ''}
        <h2>Most Popular Posts</h2>
        <ul>
             {foreach from=$pposts key=key item=hits}
                <li><a href="{$hits.url}" title="{$hits.title}">{$hits.title|truncate:25:"..."}</a>: {$key}</li>
             {/foreach}
        </ul>
    {/if}

_________________
Blogsome Forum: Rules/Search
WordPress Codex; Smarty Tags Docs
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    www.blogsome.com Forum Index » Questions and Comments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum