|
Hi,
I tried to change the Code of the fbfeed to supply MORE than the standard 10 posts to RSS-machines or customers, who subscribe to it:
[code:1]// 10 zou $count moeten zijn
. "n LIMIT 100 "
);*/[/code:1]
[code:1]. "n ORDER BY a.time DESC "
. "n LIMIT 100 "
); [/code:1]
Still it does only serve 10 posts from Fireboard !?
Can someonehelp, what I'm doing wrong? Or does it only serve the posts from current DAY? And this can be set to a maximum, in my case 100?
In addition, check the feedvalidator : the result is bad
|