CumulusClips - Forums
[Solved] How to increase videos on home page
Hello
How can one add - increase the recent videos in home page!
How can one add - increase the recent videos in home page!
This discussion has been closed.
Comments
Do not modify controllers/index.php because your changes will be lost during updates.
You mean to change the number that is in this piece of code:
$query = "SELECT video_id FROM " . DB_PREFIX . "videos WHERE status = 'approved' AND private = '0' ORDER BY video_id DESC LIMIT 6";
That's great! I guess case closed!