If you are interested in removing the list of categories displayed in the sidebar, do the following:
1 - Delete line 80 that begins with the following excerpt:
<?php $Categories = $mysqli->query("SELECT * FROM `categories`");
and delete everything up to the section, on line 103:
$Categories->close(); ?>
and add the following code instead:
<li class="nav-item"> <a class="nav-link active" aria-current="home"
href="<?php echo $url; ?>/categories.php">
<div class="avatar avatar-40 rounded icon"><i class="bi bi-tags"></i></div>
<div class="col">
<?php echo $text3; ?>
</div>
</a>
</li>
and upload the following file "categories.php" to your project's main folder.
https://zippyshare.com.br/eXZZyatRRlT1LxN/file