diff --git a/bl-kernel/admin/controllers/edit-page.php b/bl-kernel/admin/controllers/edit-page.php index 696f8c96..56fd16a8 100644 --- a/bl-kernel/admin/controllers/edit-page.php +++ b/bl-kernel/admin/controllers/edit-page.php @@ -25,7 +25,7 @@ function editPage($args) $dbPages->regenerateCli(); // Re index categories - reIndexCategoriesPages(); + //reIndexCategoriesPages(); // Call the plugins after page created. Theme::plugins('afterPageModify'); diff --git a/bl-kernel/admin/controllers/edit-post.php b/bl-kernel/admin/controllers/edit-post.php index b3367939..9fe9ba44 100644 --- a/bl-kernel/admin/controllers/edit-post.php +++ b/bl-kernel/admin/controllers/edit-post.php @@ -22,7 +22,7 @@ function editPost($args) reIndexTagsPosts(); // Re index categories - reIndexCategoriesPosts(); + //reIndexCategoriesPosts(); // Call the plugins after post created. Theme::plugins('afterPostModify'); diff --git a/bl-kernel/admin/controllers/new-post.php b/bl-kernel/admin/controllers/new-post.php index 5979c0af..01eb5361 100644 --- a/bl-kernel/admin/controllers/new-post.php +++ b/bl-kernel/admin/controllers/new-post.php @@ -20,7 +20,7 @@ function addPost($args) reIndexTagsPosts(); // Re index categories - reIndexCategoriesPosts(); + //reIndexCategoriesPosts(); // Call the plugins after post creation Theme::plugins('afterPostCreate'); diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index 83ace178..0c17fab7 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -63,7 +63,7 @@ $(document).ready(function() {