Category: Plugin Guides

How To Add Recaptcha To User Meta Login Form

User Meta is a great plugin with even more features available in the Pro version. When you create a new Login page to hold your… Read More

How To Make Certain User Meta Profile Fields Readonly On Edit Page

If you’ve included default WordPress profile fields such as Username or other extra custom fields that you don’t want your users to be able to… Read More

User Meta Overview

The WordPress plugin User Meta is a lightweight, powerful plugin that allows you to add additional custom fields to your user profiles.  Additionally, it provides… Read More

Nextend Social Login – How To Assign Role Upon Registration

If you would like to automatically assign a specific role to users that register on your website using the Nextend Social Login And Register plugin,… Read More

Custom Field Suite – Mapping Imported Custom Meta Fields to CFS

If you imported content into WordPress, you may notice that the CFS fields don’t recognize the imported meta data for custom fields even though you… Read More

Custom Field Suite – Adding tinyMCE On The Frontend To Content Textarea

Updates to WordPress core broke several plugins that relied on tinyMce for the frontend content field.  The update WordPress core code stripped out the ‘tmce-active’… Read More

Custom Field Suite – Fix For Archive Pages

If you are using Custom Field Suite to create groups of fields for posts AND any of those fields in the group uses taxonomy terms,… Read More

Custom Field Suite Displaying Loop Values

  $loop = CFS()->get( ‘ingredients_loop’ ); foreach ( $loop as $row => $label ) { echo ‘<div class=”ingredient-row”>’; echo ‘<div class=”ingredient-quantity cell”>’; //var_dump($label[‘cfs_quantity’]); foreach($label[‘cfs_quantity’] as… Read More