• Hi

    I would like to know what the Action Hook name is as i’m creating multi page articles and wanting the pages to appear above where the related posts plugin sits after the article. as at the moment i have them displaying under the related post.

    Kind Regards,
    Andrew

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

    (@ilenstudio)

    Hello, you can create in your file functions.php a function that works by calling Yuzo through its additions. Then with your hook you can call this one works.

    functions.php

    functions my_html_hook(){
     echo do_shortcode( "[yuzo_related]" ); // or get_yuzo_related_posts();
    }

    my_loop_files.php
    add_action( 'my_hook', 'my_html_hook' );

Viewing 1 replies (of 1 total)
  • The topic ‘Action Hook Name Required’ is closed to new replies.