USP Pro Archive
This quick tutorial explains how to enable uploads for file types that are not supported by WordPress by default. As explained in this tutorial, USP Pro supports all of the file types that are supported by WordPress. And as you can see in that post, that’s a LOT of different file formats. But not every […]
Plugin update! New version of USP Pro version 2.9 now available! This update brings some cool new functionality to make USP Pro more robust and flexible than ever. If the plugin license is active on your site, you should see the new version available for upgrade in the WP Admin Area. If you own the […]
Plugin update! USP Pro version 2.8 now available! This update brings awesome new features, improved performance, better mobile support, new filter hooks, bug fixes, and so much more. If the plugin license is active on your site, you should see the new version available for upgrade in the WP Admin Area. If you own the […]
USP Pro enables your users to submit files like images and video to your WordPress-powered site. On properly configured setups, file uploads work perfectly. There are, however, a LOT variables involved when it comes to uploading files, and it is not entirely uncommon to experience issues if everything isn’t dialed in as required. So if […]
This tutorial provides code snippets to customize the USP Pro Dashboard Widget. These are all plug-&-play functions that can be added to your theme’s functions.php file, or added via your own custom plugin.
By default, WordPress does not include Custom Post Types when displaying archive views of your posts. For example, if you are using a Custom Post Type for submitted posts, by default WordPress will not include the posts in category archives, tag archives, or any other type of archive. So to help, this quick tutorial provides […]
USP Pro makes it easy to enable client-side form validation using Parsley.js. The default functionality works great for most forms, but you may want to go further with custom fields, advanced validation, and much more. This tutorial shows how to customize Parsley.js on supportive primary fields and custom fields. So you can dial in the […]
By default, USP Pro cleans up after itself with regards to plugin settings. So if you remove the plugin via the “Plugins” screen in the WP Admin Area, all plugin options will be removed from the database. This is ideal for normal plugin usage, but what if you need to delete the plugin but want […]
As of USP Pro version 2.8, it’s possible to create custom email alerts per form. So each form can send different email notifications whenever a post is submitted, approved, denied, and/or scheduled. This tutorial explains how it’s done.
As of USP Pro version 2.8, it’s possible to create forms that submit child pages for any existing parent page. So for example, you could create multiple forms that submit child pages for each of your parent pages. This quick tutorial explains how to make it happen cap’n!