php - How To Initiate The (Redux Framework Builder) Generated Admin Folder? -
i trying include redux framework in theme. decided try online builder of redux framework: http://build.reduxframework.com/ generate necessary files me.
the builder of redux provides 2 options:
(1). generate , export admin folder.
(2). generate , export starter theme redux settings.
i think need option (1) since have theme in hands.
the admin folder contains following:
(1). redux builder generated (.json) file.
(2). admin folder - contains framework , extensions folders along 2 (.php) files: (admin-init.php) , (options-init.php).
the documentation of redux framework teaches how load config file of framework inside our theme. not inform through exported admin folder , how use in our theme - in case chose use online builder.
the online builder of redux framework states following:
download admin folder portion. provide folder can place in theme or plugin , include ~/admin/admin-init.php initate it.
side note: written "initate" instead of "initiate". if of developers happen read question, may nice thing correct small typing mistake.
my question:
(q1). how should initiate admin file? couldn't find in documentation. copying content (functions.php) file after fixing directories? or else required?
- include redux framework.
- copy generated admin folder theme.
- copy contents of admin-init.php functions.php file of theme.
- fix directories names , files depending on theme's structure.
is right or missing there?
any clarifications, answers or comments appreciated.
thanks in advance help!
lead dev of redux here. call on spelling check.
just include file , that's it! :)
Comments
Post a Comment