Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dwell

    (@dwell)

    I could do it only by hardcoding template.php
    But i’m sure there should be more reasonable way

    Plugin Author DesignWall

    (@designwall)

    Hi dwell,

    You can add this code below to wp-content/themes/your-theme-folder/functions.php

    remove_action( 'dwqa_before_questions_archive', 'dwqa_breadcrumb' );
    remove_action( 'dwqa_before_single_question', 'dwqa_breadcrumb' );
    
    Thread Starter dwell

    (@dwell)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove your breadcrumbs?’ is closed to new replies.