I have created a blog with couchcms on my localserver (WAMP). When testing the blog on the server my left aside menu links that were populated using the masterpage tag are not working. when i hover over them they correctly identify the page-id [http://localhost/mashariki-finance/projects.php?f=22] but when i click on any of the links it takes me back to the masterpage. What am i doing wrong? Thank you for your help.
Here is my code:
---------------------------------------
<ul class="blognav bx_fix">
<cms:folders masterpage='projects.php' >
<li>
<a href="<cms:show k_folder_link />">
<cms:show k_folder_title />
</a>
</li>
</cms:folders >
</ul>
Here is my code:
---------------------------------------
<ul class="blognav bx_fix">
<cms:folders masterpage='projects.php' >
<li>
<a href="<cms:show k_folder_link />">
<cms:show k_folder_title />
</a>
</li>
</cms:folders >
</ul>