View previous topic :: View next topic |
Author |
Message |
xuanxuan
Joined: 15 Mar 2004 Posts: 1
|
Posted: Mon Mar 15, 2004 12:37 pm Post subject: non pop up comments |
|
|
How do I get non pop up comments???? |
|
Back to top |
|
 |
hazel
Joined: 20 Jan 2004 Posts: 37 Location: Philippines
|
Posted: Tue Mar 16, 2004 10:22 am Post subject: |
|
|
Open your blog in a text editor, delete the commentspopup script from the head section, and edit the PHP part, get "comments_popup_link" out and replace with Code:
Code: | <?php comments_popup_link("no comments", "1 comment", "% comments") ?> |
Hope I helped you out.. =) |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 616 Location: Oslo, Norway
|
|
Back to top |
|
 |
Catie
Joined: 11 Nov 2003 Posts: 15 Location: A Permanent Imagination
|
Posted: Thu Mar 18, 2004 6:49 am Post subject: |
|
|
Yeah, I'm trying to figure out how to do that too. :-\ Hazel... that didn't make sense... the code you said to replace the other one with is the one that's already there. _________________ Meeparonies.net
FLOOF MONSTERS! |
|
Back to top |
|
 |
Catie
Joined: 11 Nov 2003 Posts: 15 Location: A Permanent Imagination
|
Posted: Thu Mar 18, 2004 6:58 am Post subject: |
|
|
Sigg3 wrote: | Don't you mean "Comments_link" ? |
I tried putting comments_link and it didn't work. :-\ _________________ Meeparonies.net
FLOOF MONSTERS! |
|
Back to top |
|
 |
hazel
Joined: 20 Jan 2004 Posts: 37 Location: Philippines
|
Posted: Fri Mar 19, 2004 4:28 am Post subject: |
|
|
Catie wrote: | Yeah, I'm trying to figure out how to do that too. :-\ Hazel... that didn't make sense... the code you said to replace the other one with is the one that's already there. |
Sorry.. i found that answer to one of the thread that I searched on the Search thinggy.. Try looking for it yourself! |
|
Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 89 Location: Hungary
|
Posted: Sun Mar 21, 2004 10:51 am Post subject: |
|
|
*sigh* people...
Take this out of the head section:
Code: | <?php comments_popup_script() ?> |
And replace this:
Code: | <?php comments_popup_link("comments ?", "1 comment", "% comments") ?> |
with this:
Code: | <a href="<?php comments_link() ?>"><?php comments_number("no comments", "1 comment", "% comments") ?></a> |
or with this
Code: | <?php comments_link("comments ?", "1 comment", "% comments") ?> |
|
|
Back to top |
|
 |
Damita
Joined: 26 Feb 2003 Posts: 9 Location: England
|
Posted: Mon Aug 09, 2004 12:12 pm Post subject: |
|
|
Thank you very helpful  |
|
Back to top |
|
 |
suicidekills
Joined: 19 Aug 2004 Posts: 2 Location: Oregon
|
Posted: Fri Aug 27, 2004 8:14 am Post subject: |
|
|
finally, a helpful person. lol. this forum is full of 'why don't you do a search and find out' people, and that doesn't always help. if someone asks a question, they want someone that can answer it, not someone to be like, 'do a search.' if you can't help then like... dont' post? lol. sheez... |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 616 Location: Oslo, Norway
|
|
Back to top |
|
 |
|