do this my friend...1. Backup Full your Template.2. In your dashboard go to Design ► Edit HTML3. Expand Widget Templates4. Find this code <b:include data='post' name='comments'/>There will be more than one such code, but do not worry about that.5. Replace with this<b:if cond='data:post.showThreadedComments'><b:include data='post' name='threaded_comments'/><b:else/><b:include data='post' name='comments'/></b:if>
Nothing to do :(
I now restore the widget and remove mootols and it work.
3 commenti:
do this my friend...
1. Backup Full your Template.
2. In your dashboard go to Design ► Edit HTML
3. Expand Widget Templates
4. Find this code
<b:include data='post' name='comments'/>
There will be more than one such code, but do not worry about that.
5. Replace with this
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
Nothing to do :(
I now restore the widget and remove mootols and it work.
Posta un commento