Previous page button category title
-
Hi,
I would like to remove from the code (not in CSS) the link that redirects to the previous page in the title of the categories.
I can’t find which php file to modify to remove this link.
Could you help me?
Hello,
Sorry for the delay.
Could you please provide any screenshot for a better understanding of where it is?
I await your response.
Kind Regards
Thank you for your answer Luke.
I would like to remove the link with the arrow on the category title. I already managed to remove it with CSS, but I would like to remove it in the code for SEO.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the functions.php of the child theme:
if ( ! function_exists( 'woodmart_back_btn' ) ) {
function woodmart_back_btn() {
return '';
}
}
If you have any questions please feel free to contact us.
Best Regards
Great it works perfectly.
Thanks a lot!
Best regards
You are welcome!
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Previous page button category title’ is closed to new replies.