• amanda81

    (@amanda81)


    Hello all,

    I had a theme coded for me by a third party, and I want to make a small change to it.

    My developer coded the theme so that all my post titles are bookended by curly brackets. For example, today’s post title is {sugared blooms}.

    I want to stop the curly brackets from appearing automatically in my post titles, but I’m not sure where to look to change this. I went through the stylesheets that my developer gave me, but I didn’t see anything that appears to refer to the post titles and those curly brackets.

    Does anyone have any tips on where I should be looking? Would this be hard-coded somewhere else?

    (I already asked my developer about this, but haven’t heard back…and he is generally tough to get ahold of – hence why I’m posting here.)

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • url?

    Peter

    chadhenry

    (@chadhenry)

    I’m not entirely sure how the theme was made but typically, you’ll want to edit your page.php and single.php files.

    Look for something like <?php the_title(); ?> . There you should see your brackets before and after this code. Delete the brackets, save, and you should be good to go.

    Thread Starter amanda81

    (@amanda81)

    Thanks chadhenry – I’ll check that out now!

    In the meantime, my URL is https://www.oneenchantedthing.com. Please let me know if you can tell that I need to look somewhere else. ??

    chadhenry

    (@chadhenry)

    I just emailed you using your site form.

    Thread Starter amanda81

    (@amanda81)

    Thanks a lot, but I figured it out – had to change it in several places, but your instructions were spot-on. ??

    chadhenry

    (@chadhenry)

    Excellent, glad I could help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘One tiny change I need to make – but don’t know where to look!’ is closed to new replies.