Closed xy2z closed 1 year ago
For checking if the current view is a collection or a page...
Eg. $self->is_collection('posts'), is_page(), or something... should also work for View Templates.
$self->is_collection('posts')
is_page()
For checking if the current view is a collection or a page...
Eg.
$self->is_collection('posts')
,is_page()
, or something... should also work for View Templates.