*

KaloSex

  • ****
  • 135 posts
Any possible way for show X latest posts on homepage?
« 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

*

MB Themes

Re: Any possible way for show X latest posts on homepage?
« Reply #1 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(); } ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

KaloSex

  • ****
  • 135 posts
Re: Any possible way for show X latest posts on homepage?
« Reply #2 on: March 31, 2023, 03:41:31 PM »
love you. This will show how many articles? is there an option to define?

*

MB Themes

Re: Any possible way for show X latest posts on homepage?
« Reply #3 on: April 03, 2023, 09:46:55 AM »
I suppose there are configuration options in plugin page or in function itself.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots