Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Permanently deleted comment info.
I was made some detail page for my post and I try to disable my comment form on my site. on my detail for I have this code.
<h3 class="date"><txp:posted format="%d %B %Y" /></h3>
<h2><txp:title /></h2>
<txp:body />
and on my detail page I was use this code
<txp:if_individual_article>
<txp:article form="single" />
<txp:else />
<txp:article limit="10" form="depan" />
</txp:if_individual_article>
<txp:if_individual_article>
<p><txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next></p>
<txp:else />
<p><txp:older><txp:text item="older" /></txp:older>
<txp:newer><txp:text item="newer" /></txp:newer></p>
</txp:if_individual_article>
Why when I click detail post I still have this information?
Commenting is closed for this article.
How to make permanently remove this info from my detail post?
Thanks
Offline
Re: Permanently deleted comment info.
Go to Admin> Preferences > Advanced and set “Automatically Append Comments” to off. TXP tries to attach comments to the articles, so if commenting is disabled you’ll get that message. If you tell TXP to not attach comments, then you won’t get that message.
Offline
Re: Permanently deleted comment info.
I can’t found Automatically Append Comments options on my TxP :(
Offline
Re: Permanently deleted comment info.
But I found it on Preferences > Basic > Basic > Accept comments?
Thanks xi ^_*
Offline
Pages: 1