Crazy Increase of font after adding the h1 code
-
Hello,
I try to deal with the h1/h2/h3, heading and subheadings, because they are missing from my site. I have read many articles about the importance and the correct placement but a coding problem is drive me crazy!
Example: On page.php, I want to change the atribute <h1>, from the title to content and I wrote:
<h1><?php the_content(); ?></h1>
When I looked to my page I saw that I increase the font not the Google accesibility ?? Screenshot: https://imageshack.us/a/img202/4223/31016851.jpg The original page is this.What is wrong with this tags? When I write “<h1></h1>” WordPress understand to increase the font not to deal with Google?
Second question – This is the homepage. I try to make some changes in index.php in order to place the title of the blog under h1 tags, and the meta description under the h2 tags. But when I look on Source I see no changes or some errors. Where to place this tags in order to have h1 for blog title and h2 for meta description?
Here is the code for index.php.Thank you,
- The topic ‘Crazy Increase of font after adding the h1 code’ is closed to new replies.