Select template other than default
-
I have the list template selected as default. I have also activated the “image” template in the templates gallery, and there are certain instances where I would like to use the image template rather than the “list” template, but I still want list to be my default.
Is there a php code that can be used as an override of the default template?
Specifically, I’m looking at the ASIN codes such as these:
<?php do_action( ‘aal_action_output’, array( ‘asin’ => ‘B016ZNRC0Q, B00ZV9PXP2’ ) ); ?>
<?php echo apply_filters( ‘aal_filter_output’, ”, array( ‘asin’ => ‘B016ZNRC0Q, B00ZV9PXP2’ ) ); ?>
Is there a way to select to use the “image” template instead of my default “list” template?
Thanks!
- The topic ‘Select template other than default’ is closed to new replies.