Find a specific line of code in wordpress themes

i have a WordPress theme , there is a line that i wanna change in it , but i just can’t find it in all of the pages, i tried inspecting it with firebug and i can see the code line in firebug but i don’t know where is that line written in the files, is there is anyway to know where is the physical location of that line in the files, and it’s stored on my local host so i can access the server, please help
Thank you very much

Related posts

Leave a Reply

1 comment

  1. If you have the files on your computer, you can use a program like Notepad++ on Windows or TextWrangler on Mac to search for that specific phrase in multiple files.

    Search > Find in Files in Notepad++
    Search > Multi-File Search in TextWrangler

    Then select the folder or folder group and search for your specific term.