Viewing 1 replies (of 1 total)
  • Thread Starter lexcambray

    (@lexcambray)

    Just to clarify a bit.

    I have placed “<?php yarpp_related() ?>” in the content-single-product.php (The WooCommerce file)

    Also have tried adding code to the functions.php file like:

    function wpurp_register_post_type( $args )
     {
        $args['yarpp_support'] = true;
        return $args;
     } 
    
     add_filter( 'wpurp_register_post_type', 'wpurp_register_post_type' );

    And basically every other YARPP related functions.php code I could find online. No luck.

    Regards,
    Lex

Viewing 1 replies (of 1 total)
  • The topic ‘YARPP not working on Single Product Pages (WooCommerce)’ is closed to new replies.