Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRoland Shen
7,628 PointsIs there a wordpress plugin that can generate new pages?
So I'm looking for a plugin that can generate pages based off a template that I can make, and has custom fields filled in via a form that the front end user can fill out. An example of what I mean is like on gumroad.com, where you can make your own shop page after filling out things like your shop name etc.
Any help would be greatly appreciated!
1 Answer
Nathan Newell
7,634 PointsYou could install a plugin like Custom Post Types and then install Ninja Forms with this Extenstion, allowing users to create posts, pages, or custom post types. I haven't explored this extension but I'm sure it will be able to manage your requirements.
Roland Shen
7,628 PointsRoland Shen
7,628 PointsThank you so much! I've been waiting for some help on this post!
Nathan Newell
7,634 PointsNathan Newell
7,634 PointsAdvanced Custom Fields will help you with the custom fields, but you'll be familiar with this from the WordPress courses
Nathan Newell
7,634 PointsNathan Newell
7,634 PointsNo worries, sounds like a really interesting project.
Roland Shen
7,628 PointsRoland Shen
7,628 PointsHi Nathan, Do you know of any other plugins that are similar to the ninja forms + extension? I'm hoping to find something that's free.