mmediax
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Thanks Dia95din!
It works perfectly.
Do you know how to remove the home link from breadcrumbs path?
I hace tried that code but something weird happens, the order of breadcrumbs links change:
function wpseo_remove_home_breadcrumb($links) { if ( $links[0]['url'] == home_url('/') ) { array_shift($links); } return $links; } add_filter('wpseo_breadcrumb_links', 'wpseo_remove_home_breadcrumb');Thank you @dia95din!
But I want to remove “Home” link and I don´t know how to do it. If I delete text link for Home in Yoast settings the function you give me doesn´t work right.
Thank you Mary!
Forum: Fixing WordPress
In reply to: MySQL query to replace bulk contentThanks! It has worked well.
Forum: Themes and Templates
In reply to: News rotator as Yahoo rotatorSo much simply. Thanks anyway. I´ll look for plugins.
Viewing 5 replies - 1 through 5 (of 5 total)