' . __( 'Pages:', 'understrap' ),
+ 'after' => '
',
+ ) );
+ ?>
+
+ ',
+ esc_url( get_permalink() ) ), '' ); ?>
+
+
+
+
+
+
+
+
+
+
+ ID, 15 );
+ ?>
+
+ '
+
+
+ diff --git a/functions.php b/functions.php index 1cd5296..dbad2fa 100644 --- a/functions.php +++ b/functions.php @@ -66,3 +66,8 @@ require get_template_directory() . '/inc/bootstrap-wp-gallery.php'; * Load WooCommerce functions. */ require get_template_directory() . '/inc/woocommerce.php'; + +/** + * Load a utilities library. + */ +require get_template_directory() . '/inc/utilities.php'; diff --git a/home.php b/home.php new file mode 100644 index 0000000..aebd111 --- /dev/null +++ b/home.php @@ -0,0 +1,80 @@ + + + + +
' . $excerpt . '[...]
'; + $excerpt .= ''; + } else { + return $content; + } + + return $excerpt; +} + diff --git a/loop-templates/content-card.php b/loop-templates/content-card.php new file mode 100644 index 0000000..1973e6b --- /dev/null +++ b/loop-templates/content-card.php @@ -0,0 +1,49 @@ + +