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 trial

General Discussion

Adama Sy
Adama Sy
7,076 Points

Subscriptions design

Hi guys I'm running a website right now, starting from scratch.

Anyone have a nice idea , a great design I will had to my code, where people will subscribe to the website, Inputs includes: Name , surname, email, and pseudo.

that is all if you have an idea share it.

cheers

1 Answer

Joe Bruno
Joe Bruno
35,909 Points

While it depends on your the exact needs and the size of your project, you should probably consider utilizing wordpress and a variety of wordpress plugins to achieve your desired result. Checkout the wordpress courses on treehouse - that will help you design a custom theme for your project and the plugin tutorials will help at least understand how plugins function to the point where you should be able to modify existing membership plugins such as Paid Members Pro, itheme-exchange (with add-ons) or others to suit your needs. Thememylogin will give you the files and input fields you need and you can add additional fields using custom post types (again in the wordpress tutorials on treehouse). I would also suggest working through the PHP courses as wordpress is built using PHP. A firm knowledge of PHP won't be necessary if you end up working with the "out-of-the-box" options built within the membership plugins, but if you want to customize anything, you will at least need to be able to read the code and understand how it functions within the plugin (so you know what to change). Good Luck.