jon1009
Forum Replies Created
-
Thanks updating to PHP7.2 from PHP5.6 resolved the issue ??
Forum: Fixing WordPress
In reply to: Updating Custom field on saveThanks, I’ll keep digging.
Cheers
Jon
Forum: Fixing WordPress
In reply to: Updating Custom field on saveHello Catacaustic,
Thanks I has missed the “s” of the $date meta key. Works great now. I cant get it to work on quick edit any ideas how I could implement it with that aswell?
Cheers
Jon
Hello Caimin,
I tried changed that to 0 and it seemed to work this time! Maybe I didn’t refresh lasttime! doh!, Thanks for you help.
No I didn’t the recurring event shows the following in admin I tried changing it to zero but go the same result.
Cheers
Jon
Hello Caimin,
For example this event is showing from 01/09/2014 – 02/09/2014 but in the admin interface its set as the 01/09/2014 recurring every Monday from 6pm till 8.30pm but for some reason its coming up over to days. Alot of events are showing like this. As you can see all the related ones are the same aswell.
Cheers
Jon
Forum: Fixing WordPress
In reply to: Hacked?Hi WPyoigi,
Thanks for that I removed the following code from the theme header file and it seems to have fixed it. Will have a read up and sort it out
`<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />