- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I am using this code (from the featured content template, stripped down a bit, and in a new template called on the Page node). However, it seems to rely on
I still want the What's new -> Featured content to work as is, so I am going with a Page node to accomplish this.
HTML:
$features
. Is there any other global variable to capture this to display the featured content similarly (to work it into a different layout eventually)?I still want the What's new -> Featured content to work as is, so I am going with a Page node to accomplish this.
HTML:
<xf:title page="{$page}">{{ phrase('featured_content')...