im trying to create a template page from scratch, this because our client want a structure like this:
– View Layout
(LOOP FOR CATEGORIES WHITOUT CHILDS)
CATEGORY TITLE
CATEGORY DESCRIPTION
PRODUCT LIST
( OR LOOP FOR CATEOGIES WITH CHILDS)
SUBCATEGORY TITLE
SUBCATEGORY DESCRIPTION
SUBCATEGORY PRODUC LIST
i tried something in elementor theme manager but nothing get close enough to the client needs.
now im working on a php template from scratch, im getting the product data,headers and footer but i cannot get the <?php get_sidebar(); ?> to show the woocommerce shop sidebar, or even to show the default sidebar is not working…
first puting in the organey child theme, then trying to put the template in the organey parent theme but still nothing on the sidebar
URL
customloop
TEMPLATE PAGE
https://beeco.voltio.cl/wp-admin/theme-editor.php?file=page-template-customloop.php&theme=organey
can u give me a little help or guidance on this?