- Code: Select all
[[ subweblog name='standard' amount=12 user='admin']][[ literal ]][[title]]
[[ introduction ]] Cat: [[ category link=true ]] / Date: [[ date format='%day%.%month%.%year%' ]][[ /literal ]] [[ /subweblog ]]
But if i want using paging here, what construction i must to use? if i'm writing
- Code: Select all
[[ subweblog name="standard" amount=12]][[ literal ]]
[[ paging action='prev' amount=12 format='« Назад (%num_from% - %num_to%)' ]] |
[[ paging action='curr' amount=12 format='Статьи %num_from% - %num_to% с %num_tot%' ]] |
[[ paging action='next' amount=12 format='Далее (%num_from% - %num_to%) » ' ]]
[[ /literal ]][[ /subweblog ]]