• bshearer

    (@bshearer)


    I am using the theme Twenty Ten and I have been attempting to make some changes but I am running into some walls.

    I want to chang the “Leave a reply” to another phrase. PLUS, I want to change the tag that is assigned to comments title from H3 to just regular Bolded text NO H3 tag.

    Here is what I have done.

    I have tweaked the Stylesheet. No luck although I can change the Font sizes.

    I have tweaked with the comments.php file. Changing the H3 tag to another H# tag also does not work. Yes, I even modified the Stylsheet to correspond to the H3 tag setting but to no avail.

    I have been able to make all of my other changes BUT this one has finally plucked my last nerve.

    Thanks for any help or direction!

    Buddy

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    I want to chang the “Leave a reply” to another phrase.

    Try looking in the theme’s comments.php file.

    Thread Starter bshearer

    (@bshearer)

    It’s a good thing I waited before commenting because I could have been really ugly.

    So, I am hoping that your response was from lack of reading my post. My comment up above clearly states that I tweaked around with the comments.php file. The text “Leave a reply” does not appear anywhere in that file. Nor does it appear in the functions file.

    Altering the H3 tag did not made a difference either. I removed the H3 tag and by magic it re-appears. Which tells me that the Comments title is coming from somewhere else.

    meaculpa1976

    (@meaculpa1976)

    sigh.

    there is no need to be rude because t-p is correct in his answer.

    look in comments.php file.

    right at the bottom look for:

    <?php comment_form ?>

    replace with

    <?php comment_form(array(‘title_reply’ => “Please leave a comment”, ‘comment_notes_after’ => “”)); ?>

    this will over ride ‘please leave a reply’ with ‘please leave a comment’

    Paul

    Thread Starter bshearer

    (@bshearer)

    @t-p

    My humble apologizes. No excuse for me taking a bad day out on you.

    Buddy

    Moderator t-p

    (@t-p)

    hope you got your issue resolved. 🙂

    Thread Starter bshearer

    (@bshearer)

    @meaculpa1976

    You were correct with my attitude. Than k you for the re-adjustment!

    ————

    I tried your suggestion and it changed the text perfectly. Thank you.
    Now, is there any way to gut the <h3> tag from being used in the comment area?

    Seems a bit odd to hide html like that from being touched.

    meaculpa1976

    (@meaculpa1976)

    NP.

    Glad I could help out.

    I don’t know about stripping the HTML <H3> tags or changing them but you may find the answer here here

    or in a Google search
    Let us know how you get on.

    Paul.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Twenty Ten help needed’ is closed to new replies.