JorgeeFG
JorgeeFG

Reputation: 5991

HTML page, how to convert it to a theme

I have developed a website's "index.html" with all the sections (header, content, footer, etc) made with Bootstrap 3.

It is meant to be the "design" to show to the user.

Now I have to port it to make it a Wordpress theme (because we are using Wordpress).

This is the first time and I have to do it quick,

Does Wordpress offer a base skeleton to apply my HTML sections and CSS/JS? I mean just a "blank" theme, maybe object oriented (like Symfony).

Thanks

Upvotes: 0

Views: 214

Answers (1)

Nana Owusu-Marfo
Nana Owusu-Marfo

Reputation: 147

Yes. You can use starter themes to make your work easy and quick. Find a list of starter themes below:
http://underscores.me/
https://roots.io/sage/
http://themble.com/bones/

The first one is my favourite though. But feel free to try them all out and make your pick.

Take a look at the WordPress Template Hierarchy; Will do u a lot of good:
https://codex.wordpress.org/Template_Hierarchy

Upvotes: 2

Related Questions