Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Blade] Installation

    The plugin works on most pages. i.e. page-home.php

    The way I made it work with components like header and footers, is I have a separate folder called partials

    library/
    page-home
    page-about
    layouts/
    - master.php
    partials
    - header.php
    - footer.php

    in your master,php file, include the header and the footer. @include( 'partials.header' ) and @include( 'partials.footer' )

    Well, that’s how I make it work. That goes for the sidebar as well.

Viewing 1 replies (of 1 total)