-
AuthorPosts
-
March 14, 2014 at 5:03 am #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.
March 14, 2014 at 5:04 am #237383This reply has been marked as private.March 17, 2014 at 1:15 am #238435Hey!
As far as I know WordPress does not allow more than a single comment stream per page.
Regards,
DevinMarch 17, 2014 at 2:44 pm #238700Hi 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
March 18, 2014 at 6:27 pm #239500Hey!
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,
YigitMarch 18, 2014 at 8:01 pm #239588Hi 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!March 19, 2014 at 7:25 pm #240282Hey!
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 -
AuthorPosts
- The topic ‘Blog posts and comments placement on pages’ is closed to new replies.