Banner for Timber Library
Helps you create themes faster with sustainable code. With Timber, you write HTML using Twig Templates http://www.upstatement.com/timber/ Wordpress Tutorial
Noted That:
  • To install correctly this timber-library.zip .
  • Fisrt Download the timber-library.zip to your computer
  • Extract/Open timber-library.zip to Your Computer.
  • Then, Find readme.txt file inside timber-library.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 " timber-library.zip " to Your Local Computer.

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

Login to Wordpress Timber Library

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

Go to Plugin Install Timber Library

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

Click Upload Button Timber Library

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

Upload Plugin Timber Library

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

Activate Timber Library

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

Noted that: If you do not see " Timber Library " 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 Timber Library Configurations and Settings or How to work " Timber Library " 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 " Timber " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Timber
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Activate the plugin through the ‘Plugins’ menu in WordPress
  2. For an example, try modifying your home.php or index.php with something like this:

    $context = array();
    $context[‘message’] = ‘Hello Timber!’;
    Timber::render( ‘welcome.twig’, $context );

Then create a subdirectory called views in your theme folder. Then create a file views/welcome.twig with these contents:


{{ message }}

When you visit this page, you’ll see both the data from PHP come through as you’ve marked it up. For more, continue with the official Getting Started Guide


Name