Coded something up in Couch in an interesting way? Have a snippet or shortcode to share? Post it here for the community to benefit.
3 posts Page 1 of 1
quick one ... I'm sure I've seen something somewhere recently giving the technique for hiding the default page from view within the Admin Panel - can anyone tell me where?! Thanks
Inside the template tag, add the line:
Code: Select all
<cms:config_list_view exclude='default' />

Open the Default page. Change that long name to 'default.' Unpublish and save the page. Poof! Gone!

I think the technique was described in the documentation for v2.0. viewtopic.php?f=5&t=10241
Fantastic! thanks Tim
3 posts Page 1 of 1