Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25364
    my add
    Keymaster

    how do I delete the part that says the number of comments in the static pages? HELP!

    #25365
    Templatesyard
    Participant

    Search carefully this code, maybe you will find more than one be sure is this one:

    <h4>
    <b:if cond='data:post.numComments == 1'>
    1 <data:commentLabel/>:
    <b:else/>
    <data:post.numComments/> <data:commentLabelPlural/>:
    </b:if>
    </h4>
    
    Now add this code above/before the previous code:
    <b:if cond='data:post.numComments != 0'>
    #25373
    my add
    Keymaster

    Can’t find it, not the one that looks like the one you showed me.

    #25375
    Templatesyard
    Participant

    go to the link i posted to find more help im not an expert xd

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.