We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c868c1b commit 97e698eCopy full SHA for 97e698e
1 file changed
widgets/Latest-4-Posts-Hover.php
@@ -96,6 +96,7 @@ protected function render() {
96
}
97
echo '<div class="card2"style="background-image: url(' . $featured_image . ');">
98
<div class="info">
99
+ <a href="' . $category_link . '"> Categoria: ' . $category_name . '</a>
100
<a href="' . $post_link . '" class="card2-link" style="display: block;">
101
<h1>' . $post_title . '</h1> <p class="post-date">' . $post_date . '
102
</p> <p class="description">' . $post_content .
0 commit comments