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

HTML

Is it a good idea to create a blog using html, css, js & maintaining it in long term basis?

I could choose WP but i didn't like the themes available out there. None of them are perfect.

I always want to hand-code a website and now i have an opportunity to create a blog where i'll post articles in regular basis . So is it a good idea to create a blog using html, css, js & maintaining it in long term basis? Is it a good decision for seo?

Let me know your thoughts and some suggestion that what should i do?

Thanks :)

3 Answers

Hello Shouvik

About WP I read an article about Google Bots that there are indexing in much better way WP websites than this basen on your own work. Aditionally in WP you have WP Plugins which helps a lot in SEO and other services. Many of them are free.

On the other hand if you would create a website by your own work It seems to be a great exercise I think.

Nevertheless If I were you I would choose website based on WP and start to learn how to program thinks under WP. By the way there are thousands WP Themes on sources code markets. Many are also free.

Have a best day.

I can understand your point. If i would start learning wp theme development / php how much knowledge i need in html, css or js? or you can guide me exactly which things should i learn?

Hi Shouvik

I recommend you to start from Treehouse courses and tracks about WP. In is good way to strat from now to become WP Developer or someone who do similar job. I am not expert in WP thats why can't tell you how much knowlege you need to have to build apps based on WP but basics of Front-End (HTML,CSS,JS) are needed In my opinion.

I think it is good to be able to create Templates and Plugins for example in WP because there is huge community around WP and even from time to time there are WP bootcamps like gathering of people who work with this popular CMS on daily basics.

I hope I showed you my point of view a little better.

Have a great day :-)

Thanks :) your words are valuable to me

If you want to have a fancier blog, you might want to add in PHP for server related stuff. (Comments, log-in info, etc);

Thank You :)