S
S
Sergey Sablin2018-03-28 16:42:36
WordPress
Sergey Sablin, 2018-03-28 16:42:36

How to make a wordpress homepage?

I'm getting started with Wordpress, I downloaded the demo version of the Grand Popo theme ( demos.orionorigin.com/grand-popo/) , the main page is empty, I want to make the page like in the theme preview, but without drag-n-drop editors a la WpBakery which is suggested by the theme, how do I do that? Please answer simply and clearly, something like "click here - it will come out" and so on.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Orkhan Hasanli, 2018-03-28
@seregksablin

1) you understand that it will be difficult to implement all the functionality of the visual editor (Visual composer) and make it look one to one if you do not own hyh html css js
2) Create a template for the main page. (copy page.php), rename to front-page.php At the very beginning we add.

<?php 
/*
* Template Name: Главная страница
*/
?>

3) Install the Advanced Custom Fields plugin and implement all the functionality using custom fields.
4) For example, if the theme uses a slider. Usually premium themes use Revolution Slider || LayerSlider, then they can be replaced with a js script. Only to add slides through custom fields, use the ACF - Repeater add-on Example of a script for a slider,
flexslider.woothemes.com 5 )
All blocks in the template are typeset using html & css and then add custom fields there, something like
on bootstrap, you can download ready-made snippets and integrate them into your site
https://bootsnipp.com/
7) a huge number of examples for blocks, etc. https://www.w3schools.com
To put it simply, it all depends on what exactly is displayed on your main page in the demo version. If, for example, customer reviews are displayed on the main page, then you can implement them by creating a custom post type and adding custom fields to it and including them in the carousel for scrolling, etc. etc.

I
id_baton4eg, 2018-03-28
@id_baton4eg

without editors, you can create a main page by creating a front-page.php file, as simply as possible go to ftp, create, code)

S
Socrates, 2018-03-28
@Karmov69

Settings->Reading, in the block "Main page" select the desired

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question