Hello,
I'm new to CouchCMS, I've been going through the tutorial today and so far it's been (relatively) painless. However I'm running into an issue that I don't know how to solve. I have blog_list embedded in blog.php, but when I try to run this (its on blog_list):
nothing shows up. However, if I run something like <cms:dump> right after the body tag that DOES show up. I've made two sample blog pages but its not displaying 'Hello!' at all.
I'm new to CouchCMS, I've been going through the tutorial today and so far it's been (relatively) painless. However I'm running into an issue that I don't know how to solve. I have blog_list embedded in blog.php, but when I try to run this (its on blog_list):
- Code: Select all
<cms:pages masterpage='blog.php'>
<h1>Hello!</h1>
</cms:pages>
nothing shows up. However, if I run something like <cms:dump> right after the body tag that DOES show up. I've made two sample blog pages but its not displaying 'Hello!' at all.