• Resolved skdown

    (@skdown)


    Hello, recently I started watching tutorials and learning how to use wordpress and how to customize themes. I realy liked your theme! It is amazing but I stumbled upon one problem. I couldn’t find the html code in the header.php file. When I am using the Inspect tool it shows me (for example) the title of the site, but when I started looking where in the files I can change that title I couldn’t find anything related to html. I can edit the style.css document but what is appearance without structure? So, my question is where I can edit the html code for everything (menus,titles,image source, etc).
    Example:
    Header php: http://pastebin.com/M5VYDM58
    Header in the Inspect tool:
    <h1 class=”mh-header-title”>mcportal</h1>

Viewing 1 replies (of 1 total)
  • Hi skdown,

    thanks for using Tuto WordPress theme.

    I couldn’t find the html code in the header.php file.

    Yes, you won’t find the code there because the title tag is generated dynamically by WordPress and it will always reflect the title of the actual post / page. It’s also possible to set custom titles by making use of SEO plugins like Yoast SEO.

    So, my question is where I can edit the html code for everything (menus,titles,image source, etc).

    You can create and edit custom menus in your WordPress dashboard under Appearance => Menus. There is no need for coding. Here you can find more information: How to create Custom Menus in WordPress.

    It’s the same for images. Simply make use of featured images and within the post / page content you can embed images through the WordPress editor.

Viewing 1 replies (of 1 total)

The topic ‘Couldn't discover header html code’ is closed to new replies.