We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8644604 commit 38d5620Copy full SHA for 38d5620
Block/Widget/Featured.php
@@ -58,4 +58,15 @@ public function getShorContent($post)
58
{
59
return $post->getShortFilteredContent();
60
}
61
+
62
+ /**
63
+ * Get relevant path to template
64
+ * Skip parent one as it use template for sidebar block
65
+ *
66
+ * @return string
67
+ */
68
+ public function getTemplate()
69
+ {
70
+ return \Magefan\Blog\Block\Post\PostList\AbstractList::getTemplate();
71
+ }
72
0 commit comments