Hello !
I’ve realized that I have no H1 tag or on my homepage or on my pages / articles.
Enfold preferences / Header / Header Title and Breadcrumbs I indicated Hide Both because I did not find the beautiful title bar.
https://infinit.io/_/ZwTzEx5
Is there a solution for the H1 tag on all of my pages / article without displaying the title?
Thank you !
Hey patricemestari,
I’m not sure I understand your request, are you looking for an automatic way to add an h1 element? If so, what content should it have? I think the easiest way for you to have an h1 on your page would be to add it manually with the builder though.
Best regards,
Rikard
Hi Rikard
Rikard Hi, I would like the title of my pages/post either H1 on my blog. Is it possible ?
Look, my home page hasen’t H1 code.
http://www.wedding.patricemestari.com
I will wish to keep the current style
Thank you !
Hi!
Please add following code to Functions.php file in Appearance > Editor
add_action( 'avia_before_footer_columns', 'avia_title_sc' );
function avia_title_sc(){
?>
<h1 class='hidden'><?php echo the_title(); ?></h1>
<?php
}
It will output post/page title in h1 but it will be hidden.
If that is not what you meant, please elaborate on the changes you would like to make.
Best regards,
Yigit
Yes perfect ! Thanks Yigit ^_^
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit