Addison Hall
Addison Hall
You have great timing, @baabanai. I spent a couple of hours last on a project trying to tweak the current breadcrumb code and got frustrated. I'll definitely check this out...
If you want to remove the breadcrumbs completely, all you have to do is comment out this line in functions.php: `require get_stylesheet_directory() . '/inc/breadcrumbs.php';` Setting `$showOnHome` to `0` should hide...
If you've commented out the breadcrumb.php reference in functions.php and still see a breadcrumb on your site, I'd guess that you possible have something else adding the breadcrumb... Another plugin,...
@malikshi open up the `functions.php` file within the child theme, find this line: `require get_stylesheet_directory() . '/inc/breadcrumbs.php';` and comment it out like so: `//require get_stylesheet_directory() . '/inc/breadcrumbs.php';` That should disable...
I just testing this and it seems to work.
If you want to disable ALL links within a wp-show-posts list, I've come up with this: https://gist.github.com/addisonhall/a9d6756de4835018e6ac80a2531e754a It's far from perfect, but it gets the job done until we have...
FYI, the new disable link filters work for me!
I wouldn't necessarily want to remove the default class, but being able to add a custom class or ID (much like GP sections) would be pretty cool.