To freeze random content
On the site I use the list of random articles.
<txp:article_custom form="article_list" section='<txp:section />' limit="7" sort="rand()" />
But Google does not very love, random links. :(
How to decide this problem?
1. Install plugin aks_cache
2. Change code to
<txp:aks_cache id='<txp:section />-random' hour="240" noreset="1"> <txp:article_custom form="article_list" section='<txp:section />' limit="7" sort="rand()" /> </txp:aks_cache>
Now this block will brush up one time in 10 days.
| Textpattern Tips and Tricks: |