"jQuery Basics (2014)" was retired on January 31, 2018. You are now viewing the recommended replacement.

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

Building my own homepage

Hello,

I've created a homepage out of HTML and CSS.. But how do i add content to my page without entering my sourcecode to add it? i.e add a new blog-post with picture and date/time. do i create my own CMS? A little help would be nice :)

2 Answers

check out the How to Make A Website With Wordpress course. Wordpress is a very popular CMS which will do what you are wanting to accomplish.

Yeah.

If you didn't want to do it with wordpress however, that involves PHP right?

Yeah, i don't want to use a cms. I've created my page but i need a way to post new stuff to it. I'm not sure where to start and how to setup my "CMS". Do i create a new PHP-file with a form where i plot i.e "text" "add file" "date postet" which sends my new post to my page? or is there a more simple way?.. Can someone post an example ? :)