Sarah Pantry
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Realtime Sitemap] Not working anymoreThis is due to a breaking change in php7
I have a patch I can submit that gets it working again or alternatively, everywhere you have variable variables eg $$all_options[‘second_order’] change it to ${$all_options[‘second_order’]}
The braces tells it to evaluate $all_options[‘second_order’] first as php7 would now evaluate $$all_options first then look for [‘second_order’] in that array. See php7 breaking changes for more info
Forum: Plugins
In reply to: [Category Editor] Stops wp_title working properly on postsThanks for the fast response, really wasn’t expecting that.
Our meta is populated by SEO-Ultimate and that remains identical if this plugin is enabled or not.
The only change to the page source when this plugin is enabled or disabled is the title where wp_title() has been overridden
Hi Jeffrey.
If you start a github, I would be happy to contribute.
Cheers
Sarah
I never said it was deliberate.
Is there a github or anything available to contribute?
And another one.
Function eregi_replace() is deprecated on line 150 in file /blah/wp-content/plugins/seo-ultimate/modules/titles/titles.phpForum: Reviews
In reply to: [Facebook Comments] Only works out of the box on less secure serversThat is irrelevant to the problem I have described. This is about the server connecting out to get something not about facebook connecting to the server
See http://ww.wp.xz.cn/support/topic/comment-box-not-shown-if-allow_url_fopen-is-disabled