Syntax
Sections
The templates
SPIP generates HTML pages from templates, where each of these templates contains a combination of HTML code, SPIP loops and selection criteria, (...)
Articles
The complete syntax of loops
Loops, like tags, have a syntax which allow them to deliver content in various combinations. Optional parts are displayed only once (not for each (...)
Criteria syntax
The loops criteria for are written between curly brackets just after the tables names.
Any SQL field in a table can become a selection criterion (...)Filter syntax
Filters are applied to tags by using the pipe (“|”) character. Their effect is to call a PHP function, either one which is in the standard PHP (...)
« Previous 1 2 Next »