Osclass Support Forums

Osclass plugin support => Forums Osclass Plugin => Topic started by: KaloSex on March 25, 2023, 01:02:30 PM

Title: Any possible way for show X latest posts on homepage?
Post by: KaloSex on March 25, 2023, 01:02:30 PM
Hello, i am using Delta theme and i wonder if there is any function or a way to show X number of latest posts of forum on homepage?

Thank you very much
Title: Re: Any possible way for show X latest posts on homepage?
Post by: MB Themes on March 31, 2023, 03:26:53 PM
Widget - Last active topics on forums
Code: [Select]
<?php if(function_exists('frm_last_active_topics')) { frm_last_active_topics(); } ?>


Widget - Lately created topics on forums
Code: [Select]
<?php if(function_exists('frm_last_created_topics')) { frm_last_created_topics(); } ?>
Title: Re: Any possible way for show X latest posts on homepage?
Post by: KaloSex on March 31, 2023, 03:41:31 PM
love you. This will show how many articles? is there an option to define?
Title: Re: Any possible way for show X latest posts on homepage?
Post by: MB Themes on April 03, 2023, 09:46:55 AM
I suppose there are configuration options in plugin page or in function itself.