%s',
esc_url( get_the_permalink() ),
esc_html( get_the_title() )
);
} else {
echo get_the_title();
} ?>
'icon baseline me-2' ) ) . get_the_date('F j, Y');
echo ' by ' . inline_svg( 'mdi-account', array( 'div_class' => 'icon baseline me-1' ) ) . $the_author;
?>
';
echo inline_svg( 'mdi-tag-multiple', array( 'div_class' => 'icon baseline text-muted me-1' ) );
$tag_strings = array_map(function ($tag) {
return '#' . $tag->name . '';
}, get_the_tags());
echo implode(", ", $tag_strings) . '';
}
?>
'rounded shadow-lg'] );
}
the_content();
wp_link_pages(
array(
'before' => '
',
'link_before' => '
',
'link_after' => ''
)
);
?>