How to add more section in home page?
-
Hi there!
I would like to add more sections in home page after the Featured/New Products. The demo show a variety of sections like Furniture, Men, Women and more. How do I do that?
I went do Velocity meta data -> page content and saw that is included with the code @include('shop::home.featured-products'). How do I add different ones? -
Hi @Heidy-Miguel
you can add different categories to home page.
Like you have women category then add this code @include('shop::home.category', ['category' => 'women']) and in place of 'women' , put the valid category slug and save. -
@Vaishali-Agarwal Thank you, it worked! Can you give a link where I can learn more about @include? I was looking for it so I could apply this but couldn't find any resource.
-
@Heidy-Miguel
you can check the demo site https://demo.bagisto.com/ then just go to velocity->meta data -> home page content