[Plugin: List category posts] How to change date format?
-
I red documentation and most of the threads in this forum but can’t find out how you change date format. Mine always shows wordpress default.
//Style for date:
if($atts[‘date’]==’yes’){
$lcp_output .= ‘<td>’ . get_the_time($atts[‘date_format’], $single).'</td>’;
}I don’t understand how to config dateformat command and change it. Please help me, thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: List category posts] How to change date format?’ is closed to new replies.