Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Automattic

    (@automattic)

    Hi,

    You’re right; for exactly that reason, we’ve made custom templates loadable from the theme. Full instructions can be found in this ThemeShaper article.

    Thread Starter dev grl

    (@siqve006)

    So I add this

    function themeslug_setup() {

    /**
    * Add theme support for the Eventbrite API plugin.
    * See: https://wordpress.org/plugins/eventbrite-api/
    */
    add_theme_support( ‘eventbrite’ );
    }
    add_action( ‘after_setup_theme’, ‘themeslug_setup’ );

    to my functions file in my theme and then add a folder in my theme called eventbrite with the main template files in it and that’s it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customize template and prevent plugin update override’ is closed to new replies.