When your website means business.

Snippets

A collection of (mostly) WordPress-related snippets and references I’ve found useful and worth keeping where I can find them. Feel free to use what you like, and point me to some better snippets or references.

Restore Gravity Forms Embed Button on TinyMCE»

Add to theme functions file. Displays on every WYSIWYG field /*****Restore Gravity Forms Embed Button on TinyMCE*********/ add_filter( 'gform_display_add_form_button', '__return_true' ); More examples on GF Docs
Forms, TinyMCE | Type: PHP

Search Form for CPT»

To add a search form that searches only a particular post type, not your entire website. <form id="cptsearch" action="<?php echo home_url(); ?>" method="get">     <input name="s" type="text">     <input name="post_type" type="hidden" value="POSTTYPENAME">…
Search | Type: PHP

Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice