WP Tasty Team
Member since March 2023
Move Jump to Recipe above featured image
/** * Ensures the "Jump to Recipe" button is added to the content really late. */…
Move Jump to Recipe above featured image in Genesis
/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…
Leave Tasty recipe ratings with WP-PostRatings
The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…
Change Jump links to buttons
Make the "jump to recipe" and "print recipe" links look like buttons at the top of…
Hide nutrition facts for Tasty Recipes printing
Prevent nutritional information from being displayed in the Tasty Recipes print view
Add a “Rate this recipe” Tasty Recipes quick link
After applying this snippet, your new quick link should appear at the top of the recipe…
Add post meta if content has WP Tasty
This snippet will check if your migrated content has WP Tasty in it and if it…
Allow Tasty Pins Only On Single Posts
Disable Tasty Pins on pages or custom post types and only add them to blog posts.
Disable Smooth Scrolling in Tasty Recipes
This snippet disables the smooth scrolling in Tasty Recipes
Remove "No Reviews" label if there are not reviews in Tasty Recipes
Remove "No Reviews" label if there are not reviews in Tasty Recipes
Disable Tasty Pins on the homepage and the blog page
This snippet will disable the Tasty Pins on the homepage and the blog page
Update the author name on published recipes
This code snippet will update the author name for all existing recipes. Just replace New Name…