ThemeMee
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Fluency Admin] Activating fulency admin 3.2 breaks admin menusThanks, christiaanderidder, that works.
And, just like that, it’s all good! [resolved] 😉
Perfect, thanks for your quick response. First time using the AddToAny plugin, but really diggin’ it so far.
Terrific, can’t wait to give it a go. Thank you for your follow up.
[bump]
I love this plugin, but have the same issue with custom post type archives. Any resolution…?
Thanks.
Forum: Plugins
In reply to: [PHPEnkoder] PHPEnkoder errors with debugging on?Wow, thanks for the quick response — seems perfect so far!
Forum: Fixing WordPress
In reply to: Custom fields data disappears after a few mins?Works perfect. Thanks for posting the fix!!!!
(I’m probably missing something, but…) For the page title, all I was getting was the custom post type’s label. For SEO, it would be better to have control of the page title. While I’m not at all sure if this is correct, I changed line 135 from:
$title = $post_type->label;to
$title = get_bloginfo('name').' - '.$post_type->label;This works to at least put the site’s name first. Is there a better way to control the CPT’s page title? Thanks.