Include in the Theme

Support General Include in the Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7300
    dijitalgezgindijitalgezgin
    Participant

    Hello,

    How I can include Meta Box in the theme? I don't want use as a plugin.

    Kind regards.

    #7303
    grafikgrafik
    Participant

    Something like this?

    require get_template_directory() . '/meta-box/meta-box.php'; // Metabox
    include 'meta.php'; // Include the meta box definition
    #7305
    Anh TranAnh Tran
    Keymaster

    What grafik said is correct. For more information, please read this docs.

    #7362
    dijitalgezgindijitalgezgin
    Participant

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Include in the Theme’ is closed to new replies.