• Hi there

    I use wordpress comments and I have a little problem.
    In the source code there is an H3 “Laisser un commentaire Annuler la réponse” (=leave a reply).

    <div id="respond" class="comment-respond">
                                    <h3 id="reply-title" class="comment-reply-title">
                                        Laisser un commentaire 
                                        <small>
                                            <a rel="nofollow" href="/cours-musique/purple-rain-revolution-prince/#respond">Annuler la réponse</a>
                                        </small>
                                    </h3>

    I would like to change this H3 to <p> cause it’s bad for SEO
    I specify that I don’t want to remove the comments box !

    Thanks for your help
    Cirdec

    • This topic was modified 2 years, 11 months ago by Jan Dembowski. Reason: Fixed formatting
Viewing 1 replies (of 1 total)
  • Howdy @cirdec2
    This looks pretty straight forward, try this:

    <div id=”respond” class=”comment-respond”>
    <p id=”reply-title” class=”comment-reply-title”>
    Laisser un commentaire
    <small>
    Annuler la réponse
    </small>
    </p>

    Adedotun Abolaji.

    • This reply was modified 2 years, 11 months ago by Jan Dembowski. Reason: Formatting
Viewing 1 replies (of 1 total)
  • The topic ‘changing wordpress comments H3’ is closed to new replies.