wiitigoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: changed timezone now all posts show january 1st 1970resolved. By changing the language back to English. No idea why though…
Forum: Fixing WordPress
In reply to: changed timezone now all posts show january 1st 1970Ok, I’m a bit further. turns out only the last 3 posts are only having the wrong date and any new ones I create. Before this I made a change to the timezone in wordpress and changed it back. So I guess that has something to do with it? They d do all have the correct date and time in the backend, only the four most recent posts (all posted in August) have thursday january 1st 1970 0:00 as date and time in the frontend…
Even changing a post to July 31st 23:00 goes fine, but if the month is August it goes wrong…
Forum: Fixing WordPress
In reply to: changed timezone now all posts show january 1st 1970Hi Otto,
No problem at all to post something, but what would you like to see? I am not a programmer so I need a little help to help you get the right code ??
Forum: Fixing WordPress
In reply to: changed timezone now all posts show january 1st 1970Ok, thank you.
found this:
/**
* Parse date into Dutch date string
*/
function kw_the_date_nl($date, $time = null, $ucf = true) { echo kw_get_the_date_nl($date, $time, $ucf); }
function kw_get_the_date_nl($date, $time = null, $ucf = true) {
setlocale(LC_ALL, ‘nl_NL.UTF-8’);
$format = ‘%A %e %B %Y’;
if (isset($time) && !empty($time)) {
$format .= ‘ om %H:%M’;
$date .= ‘ ‘ . $time;
}
$t = strftime( $format, strtotime( $date ) );
return $ucf ? ucfirst($t) : $t;
}Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] lost with a link and no guidanceThanks for you quick reply. When I publish this I get this:
total_items: 11
game_id: microgaming-mega-moolah
game_id: yggdrasil-empire-fortune
game_id: yggdrasil-joker-millions
game_id: netent-hall-of-gods
game_id: microgaming-major-millions
game_id: netent-mega-fortune
game_id: netent-super-lucky-frog
game_id: microgaming-lotsaloot-5-reel
game_id: netent-caribbean-stud
game_id: netent-cosmic-fortune
game_id: microgaming-wowpot