• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Delete page

ronaldst

Chevereto Member
I don't know if this has been addressed somewhere already, but I am finding the "Page" -management to be rather hard. The Peafowl theme comes with a few predefined pages (TOS, Privacy, Contact).

To cut to the chase I want to delete the Privacy -page. I got this addressed in my terms of service. I tried to delete the privacy.php file in ..app/themes/Peafowl/pages/ but that does not seem to work. I've searched the admin panel too.

Am I missing something?

Thanks in advance!
 
Hi,
To delete the Privacy-page from showing up in your list (top right hand corner) do the following.

Edit this file.

Code:
..app/themes/Peafowl/header.php

Near the bottom of the file you'll find:

Code:
<li><a href="<?php echo G\get_base_url('page/privacy'); ?>"><?php _se('Privacy'); ?></a></li>

Capture93582.png


Simply delete that line - save and your done.

///
To ADD a page, just add another line exactly the same - change the details where required.
 
Back
Top