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

WordPress

How do you add functionality, to a WordPress site, allowing users to save posts?

Hello Treehouse,

Can someone help guide me to the best way to implement 'users saving posts' and 'login' functionality to a WordPress site without plugins? The website designspiration.net is a great example of a site with this functionality.

I've been practicing JavaScript, PHP, and jQuery for the last year and want to try and tackle implementing this functionality into a website. I'm hoping for some friendly suggestions and guidance on where to start.

Thank you.

1 Answer

Justin Estrada
Justin Estrada
34,995 Points

The /wp-admin is the WP login area? Are you talking about adding a front end submission button and login to the Front End of your site?

Search through the wordpress codex for functions like: wp_login_form() https://codex.wordpress.org/Function_Reference/wp_login_form