Hi,
I have a menu showing a single category.
It use my template of choice in both category and house views.
But, if there is no posts in the category it use same other template. Which one??
I have this code in my override but that template never loads.
Code: |
if (count($rows) == 0) {
echo "NOTHING TO SHOW!";
} else {
....
}
|
Regards,
Olle