Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hey there. You know we use snippet folder for blog_list.html etc.. Is there any way to manage and change the informations in these files which are placed in snippet folder?
And my second question: I got pages like footer.php and header.php. And I added these pages to my other pages (index.php, about.php) via <? php include ("header.php") ?>. But I cannot change information in these pages? How can I solve these problems?

I know my English is not good but hope you can understand me. Thanks :)
gokmenbekar wrote: Hey there. You know we use snippet folder for blog_list.html etc.. Is there any way to manage and change the informations in these files which are placed in snippet folder?

Can you tell more about it? Snippets are used to move out parts of code. How do you plan to change an manage info? I'm sure we'll come up with some solution to your request, if it's possible.

And my second question: I got pages like footer.php and header.php. And I added these pages to my other pages (index.php, about.php) via <? php include ("header.php") ?>. But I cannot change information in these pages? How can I solve these problems?

This is probably what you meant with the first question. Any Couch tag should be working there, because php code executes before Couch starts its play. So, any tag can be used any editables fetched.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
With regards to the second question, I think the following post should be helpful -
https://www.couchcms.com/forum/viewtopic.php?p=11068
Hey this is what I am looking for. Thanks you KK
4 posts Page 1 of 1
cron