Lemon Script - Remove category list display in sidebar

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


Usamos cookies para melhorar sua experiência de navegação, veicular anúncios ou conteúdo personalizado e analisar nosso tráfego. Ao clicar em “Aceitar”, você concorda com o uso de cookies. saiba mais

Permitir