Banner for Option Tree
Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes. Wordpress Tutorial
Noted That:
  • To install correctly this option-tree.zip .
  • Fisrt Download the option-tree.zip to your computer
  • Extract/Open option-tree.zip to Your Computer.
  • Then, Find readme.txt file inside option-tree.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " option-tree.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Option Tree

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Option Tree

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Option Tree

Step-5 : Now, Browse " option-tree.zip " Downloaded plugin from your computer, Where you downloaded " option-tree.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Option Tree

Step-6 : Now, Click on " Active Plugin "

Activate Option Tree

Step-7 : Then, See left Side Menu. " Option Tree " folder is added on left Side Menu. Now, Click on " Option Tree " folder.

Noted that: If you do not see " Option Tree " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Option Tree Configurations and Settings or How to work " Option Tree " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " OptionTree " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is OptionTree
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Plugin Mode

  1. Upload option-tree to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Click the OptionTree-> Documentation link in the WordPress admin sidebar menu for further setup assistance.

Theme Mode

  1. Download the latest version of OptionTree and unarchive the .zip directory.
  2. Put the option-tree directory in the root of your theme. For example, the server path would be /wp-content/themes/theme-name/option-tree/ .
  3. You must deactivate and/or delete the plugin version of OptionTree.
  4. Add the following code to the beginning of your functions.php .

    `
    /**

    • Required: set ‘ot_theme_mode’ filter to true.
      */
      add_filter( ‘ot_theme_mode’, ‘__return_true’ );

/**
* Required: include OptionTree.
*/
require( trailingslashit( get_template_directory() ) . ‘option-tree/ot-loader.php’ );
`

For a list of all the OptionTree UI display filters refer to the demo-functions.php file found in the /assets/theme-mode/ directory of this plugin. This file is the starting point for developing themes with Theme Mode.


Name