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
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.
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!