| View previous topic :: View next topic |
| Author |
Message |
daniel
Joined: 27 Nov 2004 Posts: 9
|
Posted: Sat Dec 04, 2004 2:46 am Post subject: Most popular posts |
|
|
| I just noticed "most popular posts" on my blog. The link says one entry, but points to another! |
|
| Back to top |
|
pirri
Joined: 19 Dec 2004 Posts: 3
|
Posted: Mon Dec 27, 2004 9:22 am Post subject: |
|
|
Hello,
Try this
In index.html look for popularpost and change the href. Type:
<a href="{$siteurl}{$hits.url}"
Bye |
|
| Back to top |
|
gohtk
Joined: 18 Dec 2004 Posts: 5
|
Posted: Sat Jan 15, 2005 8:32 am Post subject: |
|
|
| Do you mean the index.html in the template? |
|
| Back to top |
|
ree
Joined: 11 Jan 2005 Posts: 9 Location: USA
|
Posted: Sat Jan 15, 2005 12:40 pm Post subject: |
|
|
I had the same problem and fixed it with the help of this topic. Thanks.
The part that has to be replaced is | Code: | | <a href="{get_permalink id=$hits.postID} | . Take that out and in the exact same spot put in | Code: | | <a href="{$siteurl}{$hits.url} | . Doing that worked for me, at least.
Last edited by ree on Sat Feb 19, 2005 6:29 pm; edited 1 time in total |
|
| Back to top |
|
shuaibao
Joined: 13 Feb 2005 Posts: 36 Location: Wellesley
|
Posted: Sat Feb 19, 2005 4:35 pm Post subject: |
|
|
| Great! It works now, thank you! |
|
| Back to top |
|
CiberCristal
Joined: 09 Apr 2005 Posts: 4 Location: Bilbo
|
Posted: Wed May 04, 2005 9:06 pm Post subject: |
|
|
| Thanks! It works. |
|
| Back to top |
|
standalone
Joined: 20 Jan 2006 Posts: 5
|
Posted: Sun Jul 08, 2007 6:19 am Post subject: |
|
|
Hi there, is there any parameter to limit the popular post?
I just want to show only 10 popular posts.
thanks!
http://standalone.blogsome.com |
|
| Back to top |
|
schinckel
Joined: 03 Apr 2005 Posts: 1238 Location: Adelaide, Australia
|
|
| Back to top |
|
sandeeptec
Joined: 15 Oct 2007 Posts: 33 Location: india
|
Posted: Tue Nov 13, 2007 7:47 am Post subject: no. of posts on my blog |
|
|
Is their any method so that i can know total number of posts on my blog
http://everymatter.blogsome.com |
|
| Back to top |
|
sandeeptec
Joined: 15 Oct 2007 Posts: 33 Location: india
|
Posted: Tue Jan 29, 2008 5:59 am Post subject: |
|
|
will the following code exist in index.html
| ree wrote: | I had the same problem and fixed it with the help of this topic. Thanks.
The part that has to be replaced is | Code: | | <a href="{get_permalink id=$hits.postID} | . Take that out and in the exact same spot put in | Code: | | <a href="{$siteurl}{$hits.url} | . Doing that worked for me, at least. |
|
|
| Back to top |
|
sandeeptec
Joined: 15 Oct 2007 Posts: 33 Location: india
|
Posted: Sat Feb 02, 2008 10:03 am Post subject: not found |
|
|
not found in my index.html | pirri wrote: | Hello,
Try this
In index.html look for popularpost and change the href. Type:
<a href="{$siteurl}{$hits.url}"
Bye |
|
|
| Back to top |
|
|