FORUMS
LATEST THREADS

Random Post Feed Hack for Sngine

7
10Кб
Random Post Feed Hack for Sngine

Random Post Feed Hack for Sngine

 How to Show User Feed Posts Randomly in Sngine

If you want to display user feed posts randomly every time you refresh, like Instagram or Facebook, here’s a quick and simple guide to achieve this in Sngine.

 

See it working here 


Tutorial

1. Locate the Code for Post Ordering

In your Sngine application, navigate to the file

includes/class-user.php.

Find the line of code that controls the order of posts. around line 7191:

$order_query = "ORDER BY posts.post_id DESC";

This line ensures posts are shown in descending order (newest first).

2. Modify the Code to Allow Random Ordering

Replace the line above with the following code:

$order_query = !empty($args['random']) && $args['random'] ? "ORDER BY posts.post_id DESC" : "ORDER BY RAND()";

3. Save and Test

  • Save the changes to class-user.php.

  • Refresh the page and confirm that posts are displayed in a random order every time you refresh.


By modifying the $order_query, you control how posts are ordered in the feed. Using ORDER BY RAND() ensures a different order every time the page is refreshed, creating a dynamic and engaging user experience

Like
Love
4
Спонсоры
Поиск
Категории
Больше
Sngine
Why Integrating Cloudflare DNS, CDN, and CAPTCHA is a Game-Changer for Sngine Sites
Running a social network like Sngine comes with its own set of challenges. High traffic, security...
От Jane Marcia 2025-01-14 15:45:53 0 8Кб
Networking
Custom Website Creation: Tailored Solutions for Your Business
In today’s competitive digital landscape, having a website that stands out is essential....
От Jane Marcia 2025-02-15 10:01:46 0 3Кб
Marketing
How to stop spammers on Sngine or Wowonder
Spam is a constant problem on Sngine and WoWondee Social Networs, with spammers flooding...
От Jane Marcia 2024-12-21 17:47:08 0 11Кб
Networking
The Importance of Having a PWA for Wowonder Site
If you’re running a Wowonder-based social network, you’ve probably noticed how...
От Jane Marcia 2024-11-25 21:38:11 0 11Кб
Sngine
PageFeeds Pro with SocialSync for Sngine
PageFeeds Pro with SocialSync for Sngine is the ultimate solution for enhancing your Sngine...
От Jane Marcia 2025-01-22 03:53:13 16 12Кб