Page 1 of 1

Show sections only if entry has at least one comment

Posted: Sat Jan 02, 2021 7:49 pm
by Matthias2
Hi at all,

in themes like 2k11 or bootstrap4 I would display this section only if one entry has at least one comment:

Code: Select all

 <section id="comments">
        <h3>{$CONST.COMMENTS}</h3>

        {serendipity_printComments entry=$entry.id mode=$entry.viewmode}
    </section>
{if $entry.has_comments} seems not working. Is there a right condition working for me?

Many thanks.

Re: Show sections only if entry has at least one comment

Posted: Thu Jan 13, 2022 10:02 am
by alvatitus
Sorry if I'm being annoying but could I please get an answer?