Unfortunately, we currently don't have a way to change the HTML tags .
This would require some extensive customization which I'm afraid we are not able to offer due to support scope limitations.
However, we are partnered with a trusted provider of expert-level Salient customization. If you are interested in initiating a project, we recommend referring to our guide at the following link: https://themenectar.com/salient/customization/
In the meantime, please don't hesitate to reach out with further questions. We're happy to help.
Thank you for your answer, but I'm afraid that hiring an expert team in order to change an html tag doesn't really make sens to me. I just need a little help finding the file in which the tag is written, and i'll do the job. Is there anybody in the support team which is able to answer this question ?
I bought a ~50$ extra support a few month ago in order to have small tips like the one i'm asking ;)
Thanks a lot, it seems to be what i was looking for. It's indeed a little bit more complicated than changing an html tag !
Anyway, I found the part which was interesting me but the code doesn't seem to be working as I got an fatal error as soon as I update my function.php file.
I changed the <h3> for a <p>
<p class="title"><?php the_title(); ?></p>
and un-commenting the part of the code which was commented. But there is a line which seems to contain an error in the code you sent me :
Hello,
I would like to change the html tag of the Related Posts title on my article pages like this one : https://www.duonext.com/avis-dexpert/respect-norme-ifrs16/
I would like to have a regular <p> instead of a <h3>. Can you tell me which file I need to edit in the theme to change this tag ? I'm using Filezilla
Wordpress 6.5.5
Salient 14.0.2
Best regards,
Julien
Attached files: duonext-related-posts.png
Hi Julien,
Thanks for writing back.
Unfortunately, we currently don't have a way to change the HTML tags .
This would require some extensive customization which I'm afraid we are not able to offer due to support scope limitations.
However, we are partnered with a trusted provider of expert-level Salient customization. If you are interested in initiating a project, we recommend referring to our guide at the following link: https://themenectar.com/salient/customization/
In the meantime, please don't hesitate to reach out with further questions. We're happy to help.
Hello Judith,
Thank you for your answer, but I'm afraid that hiring an expert team in order to change an html tag doesn't really make sens to me. I just need a little help finding the file in which the tag is written, and i'll do the job. Is there anybody in the support team which is able to answer this question ?
I bought a ~50$ extra support a few month ago in order to have small tips like the one i'm asking ;)
Hey Again,
Add the below code to the Child Theme "functions.php" File and adjust/amend as needed .
Thanks.
ThemeNectar Support Team
Thanks a lot, it seems to be what i was looking for.
It's indeed a little bit more complicated than changing an html tag !
Anyway, I found the part which was interesting me but the code doesn't seem to be working as I got an fatal error as soon as I update my function.php file.
I changed the <h3> for a <p>
and un-commenting the part of the code which was commented. But there is a line which seems to contain an error in the code you sent me :
Here is the full code without the inital comments :