forked from LiveCarta/LiveCartaWP
LAW-3559
This commit is contained in:
@@ -13,6 +13,8 @@ add_action('after_setup_theme', function () {
|
||||
*/
|
||||
add_theme_support('title-tag');
|
||||
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
|
||||
register_nav_menus([
|
||||
'top' => __('Top Menu', 'lawcarta'),
|
||||
'bottom' => __('Bottom Menu', 'lawcarta'),
|
||||
@@ -234,4 +236,7 @@ function get_lawcarta_ga_config(){
|
||||
$res = LIVECARTA_GA_CONFIG;
|
||||
}
|
||||
return $res;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user