• danial

    (@danialbakhtiari3884)


    Hello

    If it is possible to hold your hand, where are you going? Site builder with Gutnerberg is a great idea, but I feel you have considered a bad way. I suggest you consider a template for site builder. Use the following code for the site structure.

    add_action ('wp_body_open', 'app_body_open_code');
    is_home ()
    is_page ()
    ...
    • This topic was modified 4 years, 4 months ago by danial.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter danial

    (@danialbakhtiari3884)

    h

    • This reply was modified 4 years, 4 months ago by danial.

    Yes… this is the point… Gutenberg is a page builder not WORD PRESS edit tool

    Make this thing optional as a page builder, stop this madness.

    Thread Starter danial

    (@danialbakhtiari3884)

    Building a complete site with Gutenberg does not require a widget, index and customization. Do not focus on this issue.

    Thread Starter danial

    (@danialbakhtiari3884)

    add_action ('wp_body_open', 'app_body_open_code');
    
    function app_body_open_code (){
    	if (is_home();){
    		gutenberg
    	}
    	if (is_page();){
    		gutenberg
    	}
    	if (is_category();){
    		gutenberg
    	}
    
    }
    • This reply was modified 4 years, 4 months ago by danial.
    • This reply was modified 4 years, 4 months ago by danial.
    Thread Starter danial

    (@danialbakhtiari3884)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Proposal to build a complete site with Gutnerberg’ is closed to new replies.