Tagged: comment option
This topic contains 7 replies, has 2 voices, and was last updated by StartupWP 5 years, 3 months ago.
- AuthorPosts
- December 18, 2013 at 10:25 AM #1304December 18, 2013 at 10:31 AM #1305
This plugin might be too overzealous.
You may want to just try the normal settings to control where the comment form appears:
https://startupwp.com/topic/removing-comments-from-pages-and-posts/
December 19, 2013 at 1:57 AM #1306After checking and installing / uninstalling various options I’ve come to the conclusion that the Comments option doesn’t work properly with your Grid layout, which is something of a pain! Curious!
The site is at http://jacdo.co.uk/?page_id=52
Thanks again!
John
December 19, 2013 at 7:56 PM #1308This only occurs on the Grid template, no where else?
December 19, 2013 at 10:24 PM #1309Yes; if I turn on comments for the whole site, they still don’t appear on the page with the Grid template.
John
December 20, 2013 at 12:02 AM #1310This was likely a conscious choice for how the Grid template is intended to work, we’ll have to revisit this in the next update and see if it makes sense to add it by default. Sorry for the confusion.
In the meantime however, you can simply edit template-grid.php and add this line:
<?php comments_template( '', true ); ?>
Just before:
</div> <?php get_footer(); ?>
And that should work.
December 20, 2013 at 1:52 AM #1311Yes indeed, that works – many thanks! I was wondering what I was doing wrong!
What I’d really like to be able to do is to treat the Comment area as a widget and put it at a place of my choice rather than at the foot of a page. Is that possible?
Thanks again for your help – much appreciated!
John
December 20, 2013 at 7:07 PM #1312Can’t think of anything specifically to recommend, but you may want to checkout these plugins and see if anything will do the trick:
- AuthorPosts
You must be logged in to reply to this topic.