Support ForumChange portfolio title from h1 to h3 – Support Forum https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/feed Thu, 26 Dec 2024 12:17:20 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8033 <![CDATA[Change portfolio title from h1 to h3]]> https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8033 Wed, 06 May 2015 08:58:46 +0000 fafchook Is it possible? I need the headline above the breadcrumbs to be h3, but just for portfolio pages. can you please point me to where and how do i change that?
Thanks

]]>
https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8035 <![CDATA[Reply To: Change portfolio title from h1 to h3]]> https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8035 Wed, 06 May 2015 09:03:23 +0000 IshYoBoy Hey,

Do you need it to be physically

element or the size of the text to be as H3 elements.

Could you also provide a link where you want it to be used so we can provide exact code and instructions?

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/change-portfolio-title-from-h1-to-h3/#post-8039 <![CDATA[Reply To: Change portfolio title from h1 to h3]]> https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8039 Wed, 06 May 2015 09:27:20 +0000 fafchook Thanks for the quick reply.
Its not about the size (that’s what she said LOL). It’s about SEO. So yes, i need it to be h3 (im using the h1 in a different location).
Here is the link: https://viaggio.co.il/destination/poland/
Since it is in hebrew i will just say its the heading above the breadcrumbs on the cover image.
Dont worry about the code, i can handle it :)
Please note i need the change only on portfolio post types.
Thanks again.

]]>
https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8041 <![CDATA[Reply To: Change portfolio title from h1 to h3]]> https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8041 Wed, 06 May 2015 10:07:53 +0000 IshYoBoy Hey,

If you check the file:
wp-content/themes/no8/single-portfolio-post.php

You will see it uses the following function to output the taglines:
<?php ishyoboy_get_part_tagline( ish_get_the_ID() ); ?>

It is defined in:
wp-content/themes/no8/assets/framework/wp/options/custom-functions.php

So either override it in a child theme and add some checks like is_singular('portfolio-post')

or copy it, give it a different name and override the “single-portfolio-post.php” file and use the new function.

This is a similar problem and might help:

Adding PHP code and Header to Single Post pages

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/change-portfolio-title-from-h1-to-h3/#post-8106 <![CDATA[Reply To: Change portfolio title from h1 to h3]]> https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8106 Thu, 07 May 2015 10:47:53 +0000 fafchook Awesome!!! Thank you very much :)

]]>
https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8115 <![CDATA[Reply To: Change portfolio title from h1 to h3]]> https://support.ishyoboy.com/forums/topic/change-portfolio-title-from-h1-to-h3/#post-8115 Thu, 07 May 2015 12:52:53 +0000 IshYoBoy Hey,

It’s always a pleasure to have users who know what they are doing ;)

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

]]>