How can I apply my own html pages

I am browsing some site then I found this out webpage wp ,when I view source I found out that it’s wp(wordpress).I am just confuse how can I apply my own html files in wp ,just like in the url I posted. I think that is not the wp theme built in free or paid.they created there own html then they put it on wp.

Thank you in advance.

Looks like they made their own theme. As the theme name is easytaxi-v3

Can I also create my own theme ?

Thank you in advance.

In wordpress… Of course.
https://codex.wordpress.org/Theme_Development

Ok Thank you.

Is that how they do it the easytaxi-v3 ?

Yes, they created a theme. I gave you a page to Wordpress’s documentation on creating a theme.

You may want to buy a book (or borrow one from a library), there are also a ton of videos about it.

1 Like

And if creating a Theme isn’t your thing, maybe creating a Child Theme would be?
https://codex.wordpress.org/Child_Themes

1 Like

what is the difference of child theme to creating a Theme ?

Kind of like starting from scratch vs. extending and tweaking one that is already written (but without hacking any of the Parent theme’s files).

2 Likes

“A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme.”

1 Like

i’d like to pipe in and reccomend

it gives you a very plain (add jquery) framework on which you can built your theme.
D

While posting a content in word-press you need to choose by drag&drop or through code. you can use this 2option.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.