• Iv been going through the editor looking for the site-title tag. I can find in the header/php it is mentioned as “title” as being called from somewhere but I cannot find the actual html controlling it. Can some one point me in the right direction? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Czr is written using object-oriented classes, not the traditional WP structure.

    site-title is generated in
    /wp-content/themes/customizr/inc/class-fire-init.php and
    /wp-content/themes/customizr/inc/parts/class-header-header-_main.php

    Be careful editing core files. The proper way is to use the extensive hooks and actions – see any of the php snippets for an example.

    What exactly are you trying to do?

    Thread Starter DanielGarland

    (@danielgarland)

    Hi, thanks for your time in answering my questions and linking those snippets. Im not familiar with OO yet (but those snippets make it seem very interesting) and I think Il come back to it another time.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where is the html for the site title?’ is closed to new replies.