-
-
-
-
+
+
+
-
+ if ( have_posts() ) {
+ while ( have_posts() ) {
+ the_post();
+ echo get_template_part( 'content-templates/content', 'article' );
+ }
+ } ?>
+
+ // if ( !is_active_sidebar( 'sidebar' ) ) : ?>
+
+
+
+
+
+
+
+
+
+
+
+ %s',
+ esc_url( get_the_permalink() ),
+ esc_html( get_the_title() )
+ );
+ } else {
+ echo get_the_title();
+ } ?>
+
+
+
+
+ 'rounded shadow-lg'] );
+ }
+
+ the_content(); ?>
+
+
+
+
+
+
+classes as $c) {
if (substr( $c, 0, strlen( $svgicon_prefix ) ) === $svgicon_prefix) {
$icon_slug = str_replace($svgicon_prefix, '', $c);
- $object->title = svg_icon_use($icon_slug, 'icon baseline') . $object->title;
+ $object->title = svg_icon_use($icon_slug, 'icon baseline') . "\\" . $object->title;
}
}
}