T
T
takcyr2017-08-08 12:09:32
CMS
takcyr, 2017-08-08 12:09:32

Naked site installation on WordPress?

I ask you not to "hit" hard, I'm still green and not experienced. There is a website: HTML and CSS files are fully laid out. How to throw all this jewel or install it on WordPress SMS.
From you there will be enough resource from where you can get answers to your "naive" questions.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alexey Sklyarov, 2017-08-08
@0example

You need to create a Wordpress template. Codex

B
blugamire, 2017-08-08
@blugamire

If you have already prepared with the data, then you do not need WordPress at all.
If we are talking about a template, then smoke the theme of WordPress templates.
Your task here will be to roll out a template from HTML and CSS, this is done more or less easily.
And drive the data from within the WordPress engine.

O
ommunist, 2017-08-17
@ommunist

1) If you have a static site, why do you need WordPress? Will you update it often and blog?
2) If you will be updating it frequently and blogging, then WordPress is also optional. You can pull the design on Grav and continue working with a static site
3) If WordPress is a must have, then develop a custom theme - a set of templates for WordPress. Specifically, what should be in it - it can only be clear from your files, if you want, I'll look in more detail. But in general and as a whole - you have already been given links.

M
Maksym Davydchuk, 2017-08-08
@maksym1991

https://www.youtube.com/watch?v=mrNWBVkULs8&list=P...
https://www.youtube.com/watch?v=-jonfg3fo5M&index=...
https://www.youtube.com/ watch?v=ViZLtFIcSfo&list=P...

N
NichitencoEvgh, 2017-08-08
@NichitencoEvgh

Here it is point by point:
https://wp-best.ru/kak-natyanut-html-shablon-na-wo...

I
Islam Ibakaev, 2017-11-01
@devellopah

well, I usually generate a blank on https://underscores.me, then I type it right in it (in your case, you will need to break the code into sections: header in header.php, footer in footer.php, main static in front-page.php and so on), then I display what I need through custom fields and custom post types (taxonomies).
You throw styles in style.css.
You include scripts, as well as styles and scripts of some dependencies (bootstrap, slick) in functions.php
In principle, there is enough material on youtube to figure everything out (how to install the engine on a local server, how to integrate layout), and, of course, no code anywhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question