Support ForumAdd Custom H1 In Homepage – Support Forum https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/feed/ Thu, 03 Sep 2026 17:37:24 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10676 <![CDATA[Add Custom H1 In Homepage]]> https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10676 Thu, 26 Nov 2015 10:01:07 +0000 zhaniga Hi guys,

I would like to know if it is possibile add a custom <H1> and maybe a content box in the homepage. By default, in home Kopy produces dynamic <H1>, changing every time a new post it’s published. So I’d like to know if:

1- it is possibile insert a static <H1>, even in the bottom of the homepage, to help the SEO of my blog (interistaincazzato.it), and maybe also a small content box;
2- it is possibile change the rule that makes the title of the new featured post <H1>, so that it becomes an <H2>.

I hope you can help me, but I also understand that these can be important structural changes. In any case, thank you for your excellent support.

Francesco.

]]>
https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10679 <![CDATA[Reply To: Add Custom H1 In Homepage]]> https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10679 Thu, 26 Nov 2015 11:22:22 +0000 IshYoBoy Hey Francesco,

You can easily modify these by copying some files from the theme to the child theme and then modifying them.

For the homepage. Copy the file “home.php” from the root of the parent theme to the root of the child theme and add anything you need in it.

For the featured post headline do the same with the following files:

“featured-post-standard.php”
“featured-post-audio.php”
“featured-post-image.php”

Basically all files starting with “featured-post”. When editing them you will see the h1 so feel free to change it to meet your needs.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10683 <![CDATA[Reply To: Add Custom H1 In Homepage]]> https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10683 Thu, 26 Nov 2015 13:31:35 +0000 zhaniga Hi again,

thanks for your answer. Unfortunately I don’t know PHP language well enough to write the code by myself. Could you please show me how I can add an <h1> in the home.php file? Everything I have tried has failed.

Thanks!

]]>
https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10689 <![CDATA[Reply To: Add Custom H1 In Homepage]]> https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10689 Fri, 27 Nov 2015 07:03:26 +0000 IshYoBoy Hi Francesco,

that is not good SEO practices insert more than one H1 element into one page. Every page should contain only one H1 element.

But if you need to add other H1 at the bottom of home page, here is example.
Find this part of code inside home.php:

And replace it with this code:

Cheers


If you are happy with our theme and support please rate us in your Downloads Section on ThemeForest. A 5 star rating is always a great motivation for us!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10696 <![CDATA[Reply To: Add Custom H1 In Homepage]]> https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10696 Fri, 27 Nov 2015 10:49:45 +0000 zhaniga I know,

that’s why before I ask how to change the default rule for the featured post headline from <h1> to <h2>.

Now, thanks to your code, I have a static <h1> at the bottom of the page and a dynamic <h2> for the featured post headline; i styled it so now it looks like an <h1>.

Thanks a lot! I’m going to rate 5/5 Kopy on themeforest, you’re support it’s simply awesome.

Cheers

]]>
https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10704 <![CDATA[Reply To: Add Custom H1 In Homepage]]> https://support.ishyoboy.com/forums/topic/add-custom-in-homepage/#post-10704 Mon, 30 Nov 2015 07:54:01 +0000 IshYoBoy Hi Francesco,

sure thing, we’re glad we could help ;)
And thank you very much for the kind words and also for your rating.
We’re really glad to hear it :)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>