By Simo Lääveri on Sunday, 22 October 2017
Posted in General
Replies 1
Likes 0
Views 308
Votes 0
I have a lot of readers in by blog but I do not get any fb comments, because normal user do not browse page to bottom where is is. I want move it right under block some buttons. My suggestion is that you will move it there for ever, because commenting is important part of blog posts.
I am not really sure where you want to relocate the comments to but you can always edit the file /components/com_easyblog/themes/wireframe/blogs/entry/default.php and relocate the codes below anywhere on that file,

[gist]
<?php if (!$preview && $this->config->get('main_comment') && $post->allowcomment && $this->entryParams->get('post_comment_form', true)) { ?>
<a class="eb-anchor-link" name="comments" id="comments"></a>
<?php echo EB::comment()->getCommentHTML($post);?>
<?php } ?>
[/gist]
·
Sunday, 22 October 2017 14:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post