diff --git a/htdocs/wp-content/themes/lawcarta/functions.php b/htdocs/wp-content/themes/lawcarta/functions.php
index 27c88cc..d7e08b4 100644
--- a/htdocs/wp-content/themes/lawcarta/functions.php
+++ b/htdocs/wp-content/themes/lawcarta/functions.php
@@ -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;
-}
\ No newline at end of file
+}
+
+
+
diff --git a/htdocs/wp-content/themes/lawcarta/page-blog.php b/htdocs/wp-content/themes/lawcarta/page-blog.php
new file mode 100644
index 0000000..d683495
--- /dev/null
+++ b/htdocs/wp-content/themes/lawcarta/page-blog.php
@@ -0,0 +1,21 @@
+
+ =$post->ID ?>
+ =get_the_title($post); ?>
+ =get_post_meta($post->ID,'title2',true); ?>
+ =get_the_post_thumbnail_url(); ?>
+ =get_permalink(); ?>
+
+ =$category->term_id; ?>
+ =$category->slug; ?>
+
+
+
+
+
+ =$post->ID ?>
+ =get_the_title($post); ?>
+ =get_post_meta($post->ID,'title2',true); ?>
+ =get_the_post_thumbnail_url(); ?>
+ =get_permalink(); ?>
+
+ =$category->term_id; ?>
+ =$category->slug; ?>
+
+
+
+
+