Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #237381

    Hi there –
    Testing blog with two live blog posts and have a question about displaying blog posts and comments. The site URL is in a private reply which follows. When I have multiple posts on the blog page there is only one comment displayed at the bottom of the page (currently blog page set to three posts per page). Is it possible to have the comment appear after each post with multiple posts per page? I know that I can set the page to display one post per page and get one comment on each page although then navigation is less like a blog and I’d prefer not to do it that way.

    When posts were drafts and I previewed them I got navigation pop up dialogs left and right side of the page which was very nice. Now that I have two live posts those are gone. Unless I inadvertently changed a setting. If that is a feature that could be activated that might make one post per page acceptable.

    Thanks so much for your help.

    #237383
    This reply has been marked as private.
    #238435

    Hey!

    As far as I know WordPress does not allow more than a single comment stream per page.

    Regards,
    Devin

    #238700

    Hi there –
    I see the issue — still need a little help though. I had hidden the post-meta-infos so the ability to comment on each post was not being shown and since I had the content element “Comments” included in the blog page I wasn’t clear that was not the comment for each post.
    So for the posts meta I’d like to hide the date, author and category but not the ability to comment and move that comment option to the end of the post and have it read “Leave A Reply” and the number of comments. Is that possible?
    For the moment I’ve removed the code that was hiding the post-meta-infos. This is that code:
    .post-meta-infos {
    display: none;
    }
    Thanks!

    • This reply was modified 10 years, 8 months ago by penumbra. Reason: clarified question
    #239500

    Hey!

    Please add following code to Quick CSS instead

    .date-container, .text-sep-date, .text-sep-comment, .blog-categories, .text-sep-cat, .blog-author { display: none; }

    Best regards,
    Yigit

    #239588

    Hi there –
    How can I also move that comment option from the head to the end of the post and have it read “Leave A Reply” and the number of comments? I am running a Child theme.
    I added your code to the css.style and it suppressed the post date, category and author except for number of comments.
    Thanks!

    #240282

    Hey!

    You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Blog posts and comments placement on pages’ is closed to new replies.