• Resolved peterdewith

    (@peterdewith)


    I want to include another php file. Problem is that that file have to open thema details.

    For twentyeleven i have do this
    $options = twentyeleven_get_theme_options();
    $current_layout = $options[‘theme_layout’];

    What to do with bootstrap basic?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author vee

    (@okvee)

    Bootstrap basic have no options. It is simple, easy, basic theme without any options. Theme developers have to create that by themselves.
    I don’t think theme developers will love to start design their theme by delete/remove unwanted many many options.

    Thread Starter peterdewith

    (@peterdewith)

    Have found it

    include(‘../../../../wp-load.php’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘including file’ is closed to new replies.