USP Pro Tuts
This post provides an overview of the various ways to submit and display video files.
Here is a quick tutorial showing how to validate any USP Form with jQuery and Parsley 2.
This tutorial explains how to add a required checkbox to any USP Form. For example, this could be used to implement a toggle “Agree to Terms” checkbox or similar.
Quick tutorial for anyone wondering how to enable the USP Posts menu, as shown in this screenshot.
In this tutorial, we look at how to modify the WordPress Loop to display only submitted posts. This can be done for any loop in the theme template. For example, you could modify the loop used in archive.php to display only submitted posts in archive views.
USP Pro provides numerous ways of collecting a user’s email address. For example, you can include the shortcode [usp_email] to any form. Once the form is submitted, the email address will be attached to the post as a custom field. This tutorial shows one way to use this information: displaying it on the front-end as […]
This tutorial shows how to disable error reporting in WordPress. This is useful and recommended for production sites so that visitors don’t find themselves looking at weird errors that might contain sensitive server information. Fortunately, WordPress makes it easy to enable or disable error reporting. Here are the steps to make it happen..
USP Pro makes it easy for visitors to submit any supported type of file(s). In this quick tutorial, we’ll review three different ways that visitors may submit supported video files.