• Hi every one,

    i need to set my header clickable, but in my header.php file, i don’t know why i don’t have any line like:

    <div id:”header” ecc ecc

    using firebug i noticed that an header object does exist, so i want to search for it through all the php files. BUT i don’t know i to lauch a search like that, the editor doesn’t allow to do it…

Viewing 5 replies - 1 through 5 (of 5 total)
  • You should not modify theme files anyway – changes should only be made in a Child Theme. What theme are you using?

    Thread Starter Ceffa93

    (@ceffa93)

    suffusion, and i know that, but if i have to remove an object, i cannot do it on child theme…i think^^

    No, that’s not correct, you would put a copy of the header.php file in the child theme and modify that file there – that’s the file that would show up on the child theme site.

    For help with Suffusion, you should ask on their forums here:

    https://aquoid.com/forum/

    Thread Starter Ceffa93

    (@ceffa93)

    ah ok thanks…but about my first question? the main thing i need is an instrument that allow to search in all the source code…it would be very usefull

    php files don’t have the same generated HTML code that you see using Firebug – so that may be the difficulty here.

    To search all the files, you’d need to download the theme folder to your local computer and do the search there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search through php files’ is closed to new replies.