Help!!
How to disable retrieving recent post in feed section? I just want to have welcome post only in the feed section.
For my purpose, archiving recent post is meaningless when it comes to online course based community, but still want a native menu for welcome messege without using FC Template based page.
In feed section, you mean this part? You want to have their only one post, which is your welcome message?
Tawsif Ahmed RiyadΒ yeah that's right. Not by using fc template pageπ
BenniePie, ok, you have to use custom JS for that from the Settings > Customization. But how are you showing a welcome post? If you want to use a welcome message, you have to use the welcome banner for that. Otherwise, the JS code won't work, I guess, as by custom JS script, you have to hide the div elements by targeting them, and posts are currently rendering inside all_feeds div, and you cannot target one post by JS, afaik.
Tawsif Ahmed RiyadΒ Thanks for help π
BenniePie, so add the welcome message using the welcome banner, you can add links too, just check the configuration and save it. Then go to Settings > Customization > Custom JS, paste the code from the following:
Your portal's home route (Feeds) will have only the welcome banner. You can check the first screenshot.
Tawsif Ahmed RiyadΒ Wow. This worked perfectly. You are such a GENIUS. π
BenniePie, okay, preserve the custom JS script for future usage.
Tawsif Ahmed RiyadΒ Thanks. I will save it in my snippet. It looks so cool. Thanks
BenniePieΒ And what was the result?
