Wonderm00n
Forum Replies Created
-
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] "Could not retrieve data from URL"Not quite sure where you’re getting that message. Can you please be more specific?
Forum: Plugins
In reply to: [Yoast SEO] show category/tag in product meta titleSame problem here. I want to use the WooCommerce product category name on the product TITLE tag. Is this even possible?
Tried %%category%% and %%term_title%% with no success.
+1 here
Bummer… it ruins the migration to WordPress of an existent website that uses this URL scheme.
I’ll guess I’ll have to make a bunch of 301 redirects :-/
Forum: Plugins
In reply to: [Yoast SEO] Not compatible with "Business Directory Plugin" listingsCool!
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Disbale on Specific PagesI got it working for
wpseo_canonical
but not forwpseo_description
.Here’s the code. Any idea?
//Remover YOAST na página de empresas add_filter( 'wpseo_canonical', 'wpseo_canonical_exclude' ); function wpseo_canonical_exclude( $canonical ) { global $post; if ( $post->ID == 5751) { $canonical = false; } return $canonical; } add_filter( 'wpseo_description', 'wpseo_description_exclude' ); function wpseo_description_exclude( $description ) { global $post; echo $description; if ( $post->ID == 5751) { $description = false; } return $description; }
Forum: Plugins
In reply to: [WPlupload] Needs to be updated to work with the new media managerIs there anybody out there?
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Incorrect site URLCan you please give the URL so I can check it out?
Any news on this?
This is related to excerpt.
You should add an option to NOT use the buttons on excerpts.??
Thanks. I’m going to release a new version with this fixed.
If you find any other similar issues just ring me a bell at @wonderm00n on Twitter.Have you set a default image for the website on the plugin options?
I’m guessing this is the problem.Forum: Reviews
In reply to: [Open Graph and Twitter Card Tags] The toggles are awesome!Thank you!
I think I got the problem, finally. Please update to 0.3.4