New Front EN › Support Forums › Sensei Theme Support › display_posts clarification › Reply To: display_posts clarification
October 1, 2015 at 6:28 pm
#6983
satori
Keymaster
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