Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 324 Bytes

Disqus Comments

Comments for Tentacel CMS through Disqus

In the Blog tempalte loop you will need to include the following after the content.

<? disqus::comments( $post ) ?>

In the Post tempalt/type you will need to include the following after the content.

<? disqus::comments_form( $post->id ); ?>