Home › Forums › Jevelin Theme › Change label project in Breadcrumbs
Home › Forums › Jevelin Theme › Change label project in Breadcrumbs
I need to change the project label in Breadcrumbs, but there is no place to altet it.
It looks like it’s added directly to the database, by the file inc/presetes.php
The most correct way I found was to create an entry jevelin.pot and inc/helpers.php
jevelin.pot:
#: inc/helpers.php:1852
msgid “Projects”
msgstr “”
inc/helpers.php : line 1852
$html .= ‘<span class=”item-cat item-custom-post-type-‘ . esc_attr( $post_type ) . ‘”>esc_html__( ‘Projects’, ‘jevelin’ ) . ‘”>’ . esc_html__( ‘Projects’, ‘jevelin’ ) . ‘</span>’;
Would this be the best way?
I know that when there is an update I can lose this label.
My suggestion is that this possibility be embedded in the jevelin.pot file and in helpers.php.
Hi @edugsdf,
I hope you are well today and thank you for your question.
You can change it with theme updation proof way using any of the solutions shared in the following topics.
https://support.shufflehound.com/forums/topic/changing-breadcrumb-projects/#post-8877
Best regards,
Shufflehound team