In one of my CMS page, I have to add 2 blocks (say A and B) and some dynamic content between them. The content should come from the child pages (e.g. Main page is like product list page and child pages are product page and main page is supposed to list all 3 products in it).If there are 3 children, the page will contain 3 sections between A and B. How to implement this? Can I use block for such content as well? Or should I go with making changes in page view for such content between A and B?
↧