Skip to main content

Wordpress Questine 99 Responses

Last post: 3 weeks, 5 days ago | Thread started: Jan 27, 12, 1:22 p.m.

RespondNew TopicDisable Images

  • Beeswax

    Man I asked this question everywhere but here. I'll give it a chance since no one knows the answer.

    So, I've placed the following line inside the loop, to display a link to each post's comments.

    <a href="<?php comments_link(); ?>"><?php comments_number('Be the first to comment!', '1 comment.', '% comments already!'); ?></a>

    When I click the link it takes me to the single post page and displays the post content and the comments section at the bottom. I don't want to display the post but I just want that comments link to go to a page that displays only the comments of that specific post.

    I tried comments_popup_link and comments_popup_script but the reason that they don't work for me is because I use facebook comments instead of default WP comments. And comments_popup only displays WP comments.

    The alternative solution/question to this would be, if anyone knows, to implement facebook comments or a system like disqus or intense debate into the default comments_popup of wordpress. I've tried all of them but unfortunately couldn't get them to display inside the popup window.

    Jan 27, 12, 1:22 p.m. – Permalink
  • detritus

    ”QUESTION”, YOU MEME-DRUNK BASTARD!

    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 1:23 p.m. – Permalink
  • dbloc

    does this help?
    http://codex.wordpress.org/Funct…

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 1:26 p.m. – Permalink
  • dbloc

    why are you doing a popup window?

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 1:31 p.m. – Permalink
  • i_monk

    sup questines guy?

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 1:32 p.m. – Permalink
  • Beeswax

    http://www.bjk-tribun.com/
    Here's the site if you want to check it. All those boxes display excerpt from articles I don't want the users to go to the full post page to comment. They should be able to comment right at this screen. So the best way is a pop-up. But wordpress has a special comments popup template somewhere inside wp-includes and none of the comments plugin is able to overwrite that.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 1:40 p.m. – Permalink
  • dbloc

    my question to you is:
    Why is 'Be the First to Comment' the only English on the page?

    • The rest is gibberish filler text samples, duh.i_monk1/3
      racistdbloc2/3
      I left it in english because I"m asking the question in WP forums or here. Do you know what comments is in gibberish?Beeswax3/3
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 1:58 p.m. – Permalink
  • dbloc

    I think you more want to hide/show a div instead of doing a popup.

    • That would be the best but then surrounding boxes should move at show/hide and that's another problem.Beeswax
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 1:59 p.m. – Permalink
  • zoozoo

    got questines?

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 2:34 p.m. – Permalink
  • dbloc

    are you planning on showing all previous comments or just allowing them to comment with facebook?

    put this in a div
    <a href=" ">Be the first to comment!</a>

    and then when clicked replace it with comments using jquery

    • maybe I'm misunderstandingdbloc
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJan 27, 12, 2:43 p.m. – Permalink

Login or Register to respond to this

Skip to main content