Viewing 1 replies (of 1 total)
  • Thread Starter Thomas Lartaud

    (@28tom47)

    for now, i’ve succesfully included it in my theme, and i just needed to make a path change to my theme

    $this->dir = dirname( __FILE__ );
    //$this->url = plugins_url( 'custom-field-suite' );
    $this->url = get_template_directory_uri() . "/lib/cfs/";

    This is working but i was wondering myself if there is a better solution.

    Thx

Viewing 1 replies (of 1 total)

The topic ‘Bundle CFS in a theme ?’ is closed to new replies.