Be Part of the Tribe!

    Enjoy free tutorials, share your knowledge!
    Sign up today

    Latest Threads

    Loading products...

Random Post Feed Hack for Sngine

3
2كيلو بايت
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

Love
1
إعلان مُمول
البحث
الأقسام
إقرأ المزيد
Marketing
Email Going to Spam Folder? Here’s How to Fix It with DKIM and DMARC
If your emails are consistently landing in the email spam folder, the culprit is often improper...
بواسطة Jane Marcia 2024-12-20 07:01:27 0 3كيلو بايت
سنجن
Random Post Feed Hack for Sngine
 How to Show User Feed Posts Randomly in Sngine If you want to display user feed posts...
بواسطة Jane Marcia 2024-12-28 07:39:53 3 2كيلو بايت
سنجن
Sngine Free 404 Hack: Why a User-Friendly 404 Page is a Must for Your Website
 A poorly designed 404 page can frustrate users, cause them to abandon your site, and even...
بواسطة Jane Marcia 2024-12-19 03:41:15 1 2كيلو بايت
Networking
Why Every WoWonder Website Needs RSS Feeds and Their Benefits
What Is an RSS Feed? RSS feeds are files containing a website’s latest updates in a...
بواسطة Jane Marcia 2024-11-24 03:13:49 0 4كيلو بايت
سنجن
How to Optimize Your Sngine Blogs for SEO: A Step-by-Step Guide
Search engine optimization (SEO) is essential for improving the visibility of your content on...
بواسطة Jane Marcia 2024-12-08 21:09:08 2 3كيلو بايت