Leave Tasty recipe ratings with WP-PostRatings

The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…

<10

Remove address from the header

Remove address block from the header

Lazy load YouTube videos in WordPress with Shortcode

Lazy load YouTube videos in WordPress with Shortcode

Rich Pins

Rich Pins on Pinterest

Google Tag Fitting

Google Tag manager snippet to track

JT Trisko PRO
<10

Change Jump links to buttons

Make the "jump to recipe" and "print recipe" links look like buttons at the top of…

<10

Keep Emoticons

WordPress converts all emoticons to emoji. This small snippet prevents that, without removing emojis from your…

Event Snippet (Schedule Fitting)

Event snipping is used to track Google ads booking conversions

JT Trisko PRO
<10

Move Jump to Recipe above featured image

/** * Ensures the "Jump to Recipe" button is added to the content really late. */…

<10

Disable Pages and Post from Appearing in Wordpress Search Results

Using WPCode, apply the following code snippet to effectively disable certain pages from appearing in the…

Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount

This snippet will allow you to make a product unavailable for purchase by wholesale customers if…

Disable Order Receipt Email Optimizations

In Easy Digital Downloads 3.2.0+, the Purchase Confirmation (or Receipt) email sent to customers is sent…

Hide nutrition facts for Tasty Recipes printing

Prevent nutritional information from being displayed in the Tasty Recipes print view

<10

Increase After Order Actions Delay

By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…

Remove hyperlink from name field

add_filter('preprocess_comment', 'remove_links_from_comment_author'); function remove_links_from_comment_author($commentdata) { // Regular expression to detect hyperlinks $pattern = '/

Pete Tran
<10
1 2 3 4