* Graham I figured out why the 'related posts' disappears after posting a comment
The __xtblog_entry value is missing from the comment form
(The html is there but the data.comments_form.entry_id value is missing from the blog data array)
to correct this replace
<input type="hidden" name="__xtblog_entry" value="{{ data.comments_form.entry_id }}" />
with
<input type="hidden" name="__xtblog_entry" value="{{ data.post.url|split('__xtblog_entry/')[1]|split('-')[0] }}" />
Copy code
In the main comment form
2017-05-07 16:36 (edited 2017-05-07 22:15 by Graham ) · (0)

Online: Guests: 1