Öncelikle wp-content/plugins/core-extend/include/vc/shortcodes/mnky_posts.php buradaki dosyayı açın ve 283. satıra gelin,
$date = ‘<span class=”mp-date”>’. mnky_post_time_output() .'</span>’;
bununla değiştirin,
$date = ‘<span class=”mp-date”>’. get_the_date() .'</span>’;
işlem tamamlanmıştır.
Yorumlar