wolfy_
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Bug with Export CSVI had the same problem.
I did as @gravitate sugested (fwrite( $stdout, join( $csv, ',')."\n" );) and worked.Hi,
I found this https://github.com/Yoast/wordpress-seo/pull/4351
It seems the problem should be solved now, but in my case it still appear.
It is because I am Implementing Yoast SEO breadcrumbs manualy?
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
}
?>Hi,
I tried this solution and resolve my problem but generated another issue.
The links to wp-json started to appear with 2 slashes
Is there a way to solve this?
http://www.masterd.pt/noticias/wp-json//
http://www.masterd.pt/noticias/wp-json//oembed/1.0/embed?url=http%3A%2F%2Fwww.masterd.pt%2Fnoticias%2F3-cursos-com-empregabilidade-acima-da-media%2FThaks,
Sorry for ask, and where I can find that function?
I’m looking the SFC plugin files and I do not find it.I still have this problem, do you still see yhis problema?