Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
comment link
The comment link appears below the first post. How do i get it to show up beneath each and every post?
http://www.dlaakso.com/weblog/
Thanks.
Offline
Re: comment link
Hi willneea. How are you doing? Your comment link should be in your article FORM template not in the PAGE template.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#3 2005-10-04 05:12:27
- Andrew
- Plugin Author
- Registered: 2004-02-23
- Posts: 730
Re: comment link
Check under your Textpattern Admin -> Preferences (scroll down to comments section) to see if comments are “On by default?”. If not (and you want them to be), select “yes”, like this:
<form>On by default? <label><input type=“radio” name=“comments_on_default” value=“0” class=“radio” /> no</label> <label><input type=“radio” name=“comments_on_default” value=“1” class=“radio” checked=“checked” /> yes</label></form>
Additionally, if this was set to “no”, then all your past articles will probably also have their individual setting for comments enabled/disabled switched off too. You can manually go back and change this for each article by opening up each article and changing the radio button to the right of the article body, like this:
<form>Comments <label><input type=“radio” name=“Annotate” value=“0” class=“radio” /> off</label> <label><input type=“radio” name=“Annotate” value=“1” class=“radio” checked=“checked” selected=“selected” /> on</label></form>
Last edited by Andrew (2005-10-04 05:15:15)
Offline
Pages: 1