summaryrefslogtreecommitdiffstats
path: root/Arguments.md
diff options
context:
space:
mode:
Diffstat (limited to 'Arguments.md')
-rw-r--r--Arguments.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Arguments.md b/Arguments.md
index 6d6d3bd..53edfce 100644
--- a/Arguments.md
+++ b/Arguments.md
@@ -15,7 +15,7 @@ Lets assume that your argument string for a specific post is something like this
}
## How this arguments can be used to do something special
-If you are a template developer, you can check in your templates if the argument `HIGHLIGHT` is present (arguments with no explicit value will be automatically set to `TRUE`). If true, you can highlight this post differently (if you have some "promo posts" or something: just check if this value is set and add an extra CSS class to your HTML markup which then will highlight your post).
+If you are a template developer, you can check within your templates if the argument `HIGHLIGHT` is present (arguments with no explicit value will be automatically set to `TRUE`). If true, you can highlight this post differently (if you have some "promo posts" or something: just check if this value is set and add an extra CSS class to your HTML markup which then will highlight your post).
You even can add an preview image functionality. What if you want to show an preview image for each post in the list? There is no core functionality to do this, but with the argument functionality you can do this very simple:
@@ -27,4 +27,4 @@ You even can add an preview image functionality. What if you want to show an pre
Each argument key (the part before the `=`) must only contain letters from `A-Z`, `a-z`, `0-9` and underscores (`_`)!
## Conclusion
-The use cases of the arguments are practically unlimited. Please note that the `standard` template does not use any arguments provided in the argument field. It is up to you whether you implement this in your own template to do something special or not! \ No newline at end of file
+The use cases of the arguments are practically unlimited. Please note that the templates of the `default` theme are not using any arguments provided in the argument field. It is up to you whether you implement this in your own template to do something special or not! \ No newline at end of file