Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    For you plugin doesn’t supports shortcodes, but you can use PHP function for this.
    Use code like

    <?php echo AWL_Label_Display::instance()->show_label( 'on_image' ); ?>

    or

    <?php echo AWL_Label_Display::instance()->show_label( 'before_title' ); ?>

    depending on label position.

    Please note that this code must be called inside products loop.

    Regards

    • This reply was modified 2 years, 8 months ago by ILLID.
Viewing 1 replies (of 1 total)
  • The topic ‘Label shortcode’ is closed to new replies.