USP Pro Archive
This tutorial explains how to add a “Remember Me” checkbox to any USP Form. This can be useful when collecting a lot of information, so that if there is an error when the form is submitted, the fields will be re-populated with any provided data. This can be a huge time-saver for the user, and […]
This quick tutorial shows how to collect custom metadata for submitted files.
As of version 1.7, USP Pro supports Custom Taxonomies. So you can create forms that enable the user to select a taxonomy (or taxonomies) for the submitted post. Read on to learn how it’s done..
USP Pro version 1.7 released with some great new features! Here is a summary of the changes..
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.
This tutorial explains how to use hidden fields to set values for form fields. For example, if you have a form for which you would like to specify a fixed Post Title, you can do so by making the field a hidden input.