Viewing 1 replies (of 1 total)
  • Plugin Contributor ilenstudio

    (@ilenstudio)

    Hello, there is shortcode but if you show it on a specific page it will show the general configuration.

    You can do it with:

    <?php
    global $post;
    if( $post->ID == 123 ):
    echo do_shortcode( '[yuzo_related]' ); 
    endif;
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode’ is closed to new replies.