View previous topic :: View next topic |
Author |
Message |
tink
Joined: 12 Jan 2005 Posts: 3
|
Posted: Thu Jan 13, 2005 4:49 pm Post subject: own site for comments |
|
|
Hello,
I want an own site just for the comments and the form, so that there aren't my whole blog design and entry above. What do I have to remove? I don't want to damage something =O |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 896 Location: Oslo, Norway
|
Posted: Thu Jan 13, 2005 10:33 pm Post subject: |
|
|
Right now your b2comments.php is an 2b-included file.
You'd have to make it stand alone, and change the link you're using to an absolute href.
Could do it using b2commentspopup which is standalone (more or less).
drop the comments_popup script if you have that in your <head>.
Edit the template of your b2commentspopup.php
Link to it using
<a href="b2commentspopup.php?p=<?php the_ID() ?>&c=1"><?php comments_number("no comment","1 comment","% comments") ?></a> _________________ Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center | Fight my BattleImp! |
|
Back to top |
|
 |
tink
Joined: 12 Jan 2005 Posts: 3
|
Posted: Sat Jan 15, 2005 12:51 pm Post subject: |
|
|
But what exactlydo I have to remove on b2commentspopup.php? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 896 Location: Oslo, Norway
|
|
Back to top |
|
 |
|