New Front SR › Support Forums › Sensei Theme Support › display_posts clarification › Одговор на: display_posts clarification
октобар 1, 2015 у 6:28 pm
#6983

Главни мајстор
Hey Michele,
there’s no back-end switch to deactivate the built-in plugins, yet you can do that via the theme’s „functions.php“ file (located in the theme root): replace line 683 from this:
include_once( get_template_directory(). '/includes/shortcodes-ultimate/shortcodes-ultimate.php' );
to this:
// include_once( get_template_directory(). '/includes/shortcodes-ultimate/shortcodes-ultimate.php' );
Sincerely,
Andrii / Satori Studio