by axew3 » Mon Apr 09, 2018 7:36 pm
We all are quite cool!
Thinking on the above, it can be very easy to achieve via a shortcode, that could be just something like this:
Code: Select all
[w3allastopics_xspec page="myniceWPpage" posts_number="5" forumID="12"]
this will fire only on a specific page, or pages maybe, because the shortcode function could also check into an array instead then a single page.
And can be used also on widgets so may this will be the way to add this feature.
Asking myself if can be some other useful parameter, after posts number, page/pages to display and forumID that could be added.
:) We all are quite cool!
Thinking on the above, it can be very easy to achieve via a shortcode, that could be just something like this:
[code][w3allastopics_xspec page="myniceWPpage" posts_number="5" forumID="12"][/code]
this will fire only on a specific page, or pages maybe, because the shortcode function could also check into an array instead then a single page.
And can be used also on widgets so may this will be the way to add this feature.
Asking myself if can be some other useful parameter, after posts number, page/pages to display and forumID that could be added.