carlostica
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Root Breadcrumb not appearingYes!
I found the fix in here: https://unboxinteractive.com/yoast-breadcrumbs-for-custom-post-types-and-blog-posts/
I changed the array_unshift to splice to insert it in the middle.
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Root Breadcrumb not appearingHi!
Thanks for your reply!
I marked it as a archive too but it didn’t worked.
I managed to insert the breadcrumb manually with this code (sharing it for the people):
add_filter( 'wpseo_breadcrumb_links', 'unbox_yoast_seo_breadcrumb_append_link' ); function unbox_yoast_seo_breadcrumb_append_link( $links ) { global $post; if( is_singular('excursions')){ $breadcrumb[] = array( 'url' => site_url( '/excursions/' ), 'text' => 'Excursions', ); //array_unshift($links, $breadcrumb); array_splice($links, 1, -2, $breadcrumb); } return $links; }
Thanks!
What you mean of “depends on how you setup the taxonomy of your posts”?
The taxonomy that i mention before are two different categories: “Peru” and “Bolivia” are two different things.
Thanks,
CarlosHi, any update of this?
Is there no way to tweak this to do what we need? (even if it is paid, if so, share an email where i can contact you)
Thanks,
CarlosI fixed the 1) point (i was using the search container of the form), but now, how can i change the style of the checkbox? I added the class in the code but nothing changes. Any sample code for this?
Thanks!
Same here, is SumoMe going away?
Forum: Plugins
In reply to: [S3 Video Plugin] Privates Videos wont streamAnd other question, we can configure a premiun license of FlowPlayer on this plugin?
Thanks,
Carlos