diff --git a/src/includes/configs/customizer/controls.config.php b/src/includes/configs/customizer/controls.config.php
index 0f727b170..b8b976a30 100644
--- a/src/includes/configs/customizer/controls.config.php
+++ b/src/includes/configs/customizer/controls.config.php
@@ -2850,7 +2850,7 @@
'settings' => 'bgtfw_blog_post_header_meta_format',
'label' => esc_attr__( 'Date Format', 'bgtfw' ),
'section' => 'bgtfw_pages_blog_blog_page_post_meta',
- 'default' => 'timeago',
+ 'default' => 'date',
'choices' => array(
'timeago' => '' . esc_attr__( 'Human Readable', 'bgtfw' ),
'date' => '' . esc_attr__( 'Date', 'bgtfw' ),