Passing value as hidden parameter to next page
Simply use a $_POST variable to set the terms to the page that handle the recomendations and use an hook into pre_get_posts to set the query. I write a function that output the link, and you can use it as a template tag. Add this function in a plugin or in your functions.php function more_recomentation_link() … Read more