N
N
Nikita2015-07-01 09:19:41
CMS
Nikita, 2015-07-01 09:19:41

What is the best way to build a website on WordPress?

I need to make the site so that later it would be possible to add pages and fill them with non-standard content (the text of the photo video is already formatted in beautiful containers).
To do this, the user needs to be able to design the page in blocks in the WP admin panel (each page has one heading and after it an unlimited number of blocks)
The blocks themselves must be configured by type (choose the type: just text, text + photo, video.) In these blocks, you can choose a background.
QUESTION: What is the best way to implement this? Pages, posts, all sorts of freeforms( What solution will be the most convenient for the user later?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
VANY, 2015-07-01
@nikita0509

How I do it:
1) I create categories for each type of content, let's call them auxiliary. I put noindex on them (because all entries will already be included in some kind of news, which is indexed and I don’t need extra pages in Google).
2) for auxiliary headings I make forms through ACF Pro (of course, for each heading - my own).
As a result: we chose the Video category - a form for adding a video appeared under the entry.
Also at the level of content.php and category.php (if necessary) we do an if for all these categories and display the corresponding code for each of them, picking up the forms that we used. Why is it convenient? The fact that my editors work quietly and I, in six months, will be able to figure out the code :)

A
Alex, 2015-07-01
@mr_ko

There are a lot of Page builders for WordPress, here is the first one that came across https://siteorigin.com/page-builder/
Although the most flexible option is to write HTML in the content. None of the tested similar plugins fit me 100%.

M
Mikhail Datsko, 2015-07-03
@m1sh2

try Visual Composer or Muffin Builder, very handy things, or equivalents.
reduces the time of creating a page at times, even a landing page and everything on wp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question