• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Homepage Images Diplay - Current version 3.5.15

Status
Not open for further replies.

Juluis

Chevereto Member
Hi,

I have updated my site to current version, I set up the Homepage Setting to Style: Split Landing + Images and set my user Id to 1 to show only images that I uploaded.
However, even I set the ID to 1 so that only admin images only will appear to homepage(which was the same from previous version) now Guess Uploaded Images are showing also in the homepage.

Regards,
 
app/routes/route.index.php change this:
PHP:
$home_uids = CHV\getSetting('theme_home_uids');

To this:
PHP:
$home_uids = CHV\getSetting('homepage_uids');
 
Status
Not open for further replies.
Back
Top