BuddyPress Snippets
The following snippets are helpful when customizing the members page on the members-loop.php file Show the users email address: <?php bp_member_user_email(); ?> Show a custom profile field: <?php $user_field =…
The following snippets are helpful when customizing the members page on the members-loop.php file Show the users email address: <?php bp_member_user_email(); ?> Show a custom profile field: <?php $user_field =…
By default, ElasticPress does not index WooCommerce product variation skus. This means that if a customer searches for products by the specific sku that product will not show up in…
The WordPress plugin The Events Calendar is a great way to add calendar functionality to your website. It is a free plugin available on the WordPress plugin repository and in…
I was recently faced with the task of adding custom fields to my user profiles in WordPress and needed them to be both displayed and editable on the front end.…
Recently we ran into an issue with the Ultimate Member plugin on WordPress where our imported members were not showing up on the Member Directory pages. Doing some Google searching…
Expiring an advanced custom field can come in handy when you have an announcement field or some other set of data that you only want to show for a certain…
The following snippet is for Advanced Custom Fields and will echo the field if it exists.