Move the comment

Posted in: Newspaper
Post count: 3

Hello,
I want to move the comment part to the footer, i didn’t found how to do that.
Like here :
$buffy .= ‘<footer class=”clearfix”>’;
$buffy .= apply_filters(‘td_post_after_source_via’, ”);
$buffy .= $this->get_social_sharing();
/*COMMENT HERE … comment_template() …*/
$buffy .= $this->get_post_next_prev_pagination();
$buffy .= $this->get_review();
$buffy .= apply_filters(‘td_post_after_review’, ”);
$buffy .= $this->get_the_tags();
$buffy .= apply_filters(‘td_post_after_tags’, ”);
$buffy .= $this->get_source_and_via();

$buffy .= apply_filters(‘td_post_after_socials’, ”);
$buffy .= $this->get_next_prev_posts();
$buffy .= apply_filters(‘td_post_after_next_prev’, ”);
$buffy .= $this->get_author_box();
$buffy .= apply_filters(‘td_post_after_author_box’, ”);
$buffy .= ‘</footer>’;

Thanks

Post count: 3343
Post count: 3

Thanks for the quick reply,
but your code just remove the comment and when i put this in the footer :
$buffy .= $this->get_social_sharing();
$buffy .= comments_template(”, true);
$buffy .= $this->get_post_next_prev_pagination();

the comment box appear on the top of the post.

Post count: 3343

Hello,
I’m not sure that work in this way. The comment are at the bottom post. What exactly want to do? Where you use that code, in which file? in module_1.php?

Please can you give me more detail?
Thanks

Post count: 3

I want to move the comment from the bottom of the post to the footer just after the social sharing and before the pagination.
I want to do this the module_1.php file.
Thanks

Post count: 3343

Hello,
Please give me your site URL to see where you want. On posts is like this http://screencast.com/t/bLxbWSp9xcwE

What pagination do you mean?
We will release this month v3 that will have the single.php file more easily to be modified.

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.