• Hi, I’ve tried to put the comments inline with my posts but it didn’t worked. Does anyone knows how to put the comment text (no comments, 1 comment, %comments) directly behind/after my posts?

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter dydric

    (@dydric)

    can nobody help me? ;'(

    I do not understand what you mean.
    behind ?

    Thread Starter dydric

    (@dydric)

    ok sorry. I want the link for the comments directly behind the posttext.

    example:
    title
    here is the post… lorem ipsum dolor blalalabla (5 comments)

    title
    here is the post 2… lorem ipsum dolor blalalala (no comments yet)

    Hope you understand it with my examples. Sorry for my bad english….

    I get what you mean. You have to play around with:

    <?php the_content(); ?>
    <div class=”commentPos”><?php wp_link_pages(); ?><?php comments_popup_link(__(‘0 Comments’), __(‘1 Comment’), __(‘% Comments’)); ?></div>

    I think… Sorry I couldn’t help, but I’m pretty sure that’s what you have to edit.

    (in the index file i mean… the comment bit after php the_content)

    Thread Starter dydric

    (@dydric)

    i tried but it didn’t worked out well

    Thread Starter dydric

    (@dydric)

    someone else a solution?

    putting <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> anywhere after the post content should work.

    Thread Starter dydric

    (@dydric)

    it always starts on a new line…

    Dydric – can we have a link to the site where you are doing this ? We can then play with the css and come up with some answers maybe.

    Thread Starter dydric

    (@dydric)

    I cannot see a comments link on any post.
    If you have removed it because you cannot get it on the same line, you must put it back to allow us to try.
    As it is, there is little we can do unless you do.

    Thread Starter dydric

    (@dydric)

    there is one: march 14, 2005 -> 2 comments

    What paddyrs suggested was close I think:
    <?php the_content(); ?>
    <?php wp_link_pages(); ?><?php comments_popup_link(__('0 Comments'), __('1 Comment'), __('% Comments')); ?></div>

    IF this does not work, please don’t just get rid of the code and say “Not good enough”
    Help us to help you – tell us what you have tried, go into #wordpress on irc.freenode.net.
    I can alter our CSS in any way I want, I cannot alter your xhtml and in your case, this is hat needs changing too.
    If you don’t help us, then what we can offer is limited.

    Thread Starter dydric

    (@dydric)

    that didn’t worked /// I tried almost everything… too much to mention… /// I also tried some changes in my css… you can find it here: https://www.dydric.com/wp-content/themes/template_dydric/style.css&#8230; i tried lots but nothing worked well, maybe it is in the bottom of my stylesheet:
    p {
    margin: 0;
    margin-bottom: 18px;
    }

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘comments directly behind posts’ is closed to new replies.