Can you please define the code I have to remove?
I removed this part only:
<div class=”breadcrumb”>
‘.__(‘Home’,’wpdm-archive-page’).’ <i class=”fa fa-angle-right icon icon-angle-right”></i>
<span id=”inp”>’.__(‘All Downloads’,’wpdm-archive-page’).'</span>
</div>
now the breadcrumb is gone but it is OK with this part of code? Or should i remove something else too?
the full code is:
</div><br class=”clear”/>
</form>
<div class=”row”>
<div class=”col-md-12″>
<div class=”breadcrumb”>
‘.__(‘Home’,’wpdm-archive-page’).’ <i class=”fa fa-angle-right icon icon-angle-right”></i>
<span id=”inp”>’.__(‘All Downloads’,’wpdm-archive-page’).'</span>
</div>
</div>
</div>’;