Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] WordPress archives and Woocommerce product categories

$
0
0

Dear jasonF ,

It's easy, just put this code to your file:

<?php
       the_ddlayout('YOUR-LAYOUT-SLUG’);
    ?>

you also, can use it inside wordpress loop:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		<?php  the_ddlayout('YOUR-LAYOUT-SLUG’); ?>
<?php endwhile; ?>

Please let me know if you are satisfied with my answer and if I can help you with any other questions you might have.
Regards,
Gen.


Viewing all articles
Browse latest Browse all 20145

Trending Articles