Home Forums WoodMart support forum Previous page button category title

Previous page button category title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #421070

    Cal.97
    Participant

    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?

    #421301

    Luke Nielsen
    Keymaster

    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

    #421350

    Cal.97
    Participant

    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.
    #421410

    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

    #421412

    Cal.97
    Participant

    Great it works perfectly.
    Thanks a lot!

    Best regards

    #421505

    Luke Nielsen
    Keymaster

    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

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Previous page button category title’ is closed to new replies.