Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Aug 08, 2016 1:56 pm
No worry i have fixed Recent Topics widget by add 'orderby' => 'created', it was missing.
// widget content from front end
$topic_args = array(
'orderby' => 'created', // forumid, order, parentid
'order' => 'DESC', // ASC DESC
'row_count' => $instance['count'] // 4 or 1 ...
);
Now everything is displaying as it should 😉
A little of tests i did if i leave 'orderby' => 'modified' it show in Recent Posts mixed new and edited posts if i add 'orderby' => 'created' it show new posts but edited are not shown as Recent Posts.
edited test your site widgets
Aug 08, 2016 2:24 pm
ok, we'll check this again.
Page 4 / 4
Prev