how to add breadcrumbs in CMS pages & how to get design view for CMS pages or how to get data in static pages #1165
Replies: 3 comments 5 replies
-
My response to your email below:
In response to your question re: the PHP code section you provided:
Also your code would have to be {% for (product in refined_products) %}
{{ product.issue_date }}
{% endfor %} |
Beta Was this translation helpful? Give feedback.
-
I have done this using CMS content section and this in the code
then below in html using this code to display but nothing is working
|
Beta Was this translation helpful? Give feedback.
-
You can also use statics pages snippets to allow user to add dynamic content to static pages :
See: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how can I add breadcrumbs in CMS pages as its coming in static pages and how can I have design view for dynamic pages as I have for static pages with richtexteditor.
or is there any way that I can get data from db in static pages. please suggest
Request for help from winter cms developers community
I have done like this in static pages
but when go on the page in the browser it shows me {{ product.issue_date }} it doesnt shows me the value of it
Thanks alot in advance
Beta Was this translation helpful? Give feedback.
All reactions