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
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
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
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
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
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
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
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
$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