The title attribute is nowhere on the header.php file

  • Author
    Posts
  • #15754
    mariana

    I am just wondering why in header.php there is no title attribute.
    Am I missing something? or the header.php needs one more line of code?

    <title><?php wp_title(); ?> <?php bloginfo( ‘name’ ); ?></title>

    #15760
    Kay
    Cryout Creations mastermind

    Tempera uses hooks. You’ll the find the function(s) for what you need in includes/theme-meta.php tempera_meta_title() should be the one you’re looking for.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #21571
    Mahesh

    Hi Kay,

    I’ve been working with the Tempera template and i am confused regarding the hooks. I tried to check the cryout_branding_hook() function in the theme-hooks.php. In that file you are calling as follows:

    function cryout_branding_hook() {
    do_action(‘cryout_branding_hook’);
    }

    I am wondering from where the do-action is being called as i want to edit the header section as per the requirements of my client.

    Kindly help me in this regard.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘The title attribute is nowhere on the header.php file’ is closed to new replies.