Quentin
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] call cmb2_get_options in functions.phpMaybe I should activate my custom post types and have an option to show or hide it in admin and frontend.
Forum: Plugins
In reply to: [CMB2] call cmb2_get_options in functions.phpHello,
Thanks for the reply. It seems to be partly working.
But maybe what I am trying to do does not work like that.
I have an option page with a checkbox. When it is checked I wanted to include the file myprefix_calendar.php which loads a custom post type “Events”. But maybe this can’t be done like this as it is loaded after init, does cpt need to be load inside init?Best regards,
Quentin
Forum: Plugins
In reply to: [Facebook Events Importer] TranslationHi!
When the plugin gonna be updated to be translation-ready?
Best regards,
Quentin
Forum: Plugins
In reply to: [CMB2] Taxonomy Select CustomOuch!
This was because I had no post in these categories….I reload the post, I can’t find the answer.
Is there a way to retrieve the content of meta description or og:description generated by All in One SEO?Something like:
<?php $og_description = get_post_meta($post->ID, '_aioseop_description', true); ?>Sincerely,
Quentin
That works for Facebook and Google+ automatically.
For twitter, pinterest or to share via email then I need to retrieve the content of meta description or og:description. Like in my example of the twitter sharer url.Forum: Plugins
In reply to: [Tabs Shortcodes] Open tab with urlNice! Super cool.
I try straight away, thanks.