I have solved this problem:
[php]
$Image=”http://localhost/test/wp-content/uploads/2013/03/1.png”;
echo “[img src ='”.$Image.”‘]”;
[/php]
Hi, I have solved this problem by editing phpleague-front.php on the line 268,314,331
You should replace:
$output .= ‘<td>’.strftime(“%a %e %b, %H:%M”, strtotime($row->played)).'</td>’;
with
$output .= ‘<td>’.strftime(“%Y-%m-%d”, strtotime($row->played)).'</td>’;
and then you can see the date when you use the shortcode
[phpleague type = fixtures id = XX]
Ok, but can you give me any solution for that or I have to wait for new update?
Because then I can’t use this plugin 🙁
Thank you