1
Hi all,
I created the Custom Block (PHP), then I cope the PHP code from News Page as below:
<{foreach item=news from=$block.stories}>
- <{$news.title}> (<{$news.hits}>)
<{/foreach}>
This means I want to gather all latest news in this block, but it didn't show anything when i review.
Please help. Thanks