How to manually install
-
I’m fairly new to WordPress backend. How can I manually include Gutenberg in a custom theme? I’ve installed in WP admin, have downloaded Gutenberg, and added it to my app > lib directory (as our team has done for other plugins). But when I add
require_once('lib/gutenberg/gutenberg.php');
to app/libraries.php, I get multiple errors saying things likeGutenberg version already defined
andcannot redeclare gutenberg_can_init
. Any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to manually install’ is closed to new replies.