Similar Posts
Regex Builder
http://regexr.com/ regex cheatsheet: http://www.ppchero.com/analytics-regular-expression-characters/
Allow Iframe but restrict direct access
RewriteEngine On RewriteCond %{HTTP_REFERER} !example.net RewriteCond %{REQUEST_URI} ^/wp-content/uploads/protected RewriteRule . – [F]
Woocommerce Widget Featured Product by Category
In Woocommerce > Includes > Widgets > class-wc-widget-products.php Add at line 70: ‘in_cat’ => array( ‘type’ => ‘text’, ‘std’ => __( ‘Category Number’, ‘woocommerce’ ), ‘label’ => __( ‘In Category’, ‘woocommerce’ ) ), Add at line 101: $cat = ! empty( $instance[‘in_cat’] ) ? sanitize_title( $instance[‘in_cat’] ) : $this->settings[‘in_cat’][‘std’]; Add at line 114: array( ‘taxonomy’…
Genesis add title to Blog page
If WordPress doesn’t show a title be default on a blog page. This code is for Genesis, but will work for any theme if you change the hook. Create a new file called home.php with the following code. That’s the template file that WordPress uses for its Posts Page. $content = get_post( $posts_page )->post_content; $title_output…
Modal Popup
Javascript modal popup on page load, and exit, etc., with Jquery and Bootstrap. Sources: JS Onload: JS Mouseleave: HTML: × Shopping, Dining, Entertainment or Beaches, Golf and Area Attractions! Sarasota has it all! Request your visitors brochure today! Backdrop Opacity .modal-backdrop { opacity:0.7 !important; }