| 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: 34 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: 235 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:57 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: 34 Location: Philippines
|
Posted: Fri Mar 19, 2004 4:27 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! _________________ -->B2 rocks! =)
-->visit my site: sweet strawberry |
|
| Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 86 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 |
|
 |
|