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…
New Tasty Roundups - Change Heading from h2 to h3
Change all your Tasty Roundup headings from h2 tags to h3 tags
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…
Tasty Recipes - Change star rating size and spacing
Use this code example to change the star rating size and spacing inside the recipe card
Changes the default recipe author name in Tasty Recipes
Replace 'Your New Default Author Name' inside the quotes with your preferred Author Name and then…
Disable Rich Pins
This code snippet will disable all rich pins on your site, not just recipes.
Require a comments with rating
Return the number of the rating that should not require a comment.
Add post meta if content has WP Tasty
This snippet will check if your migrated content has WP Tasty in it and if it…