doc: Add ezolboo's hint for tables that won't update
This commit is contained in:
parent
6811af5970
commit
29daaf7da0
@ -42,6 +42,10 @@ will produce a two-column table that lists the number and title of each "problem
|
|||||||
|
|
||||||
Note that the {}-expressions allowed in the entries of the table definition include arbitrary Pods "magic tags" syntax. So for example in my installation, which categorizes articles from a periodical, I have such expressions as `{@issue.issue_number}` and `{@section.permalink}`. You can also use the custom postprocessing argument, e.g. `{@source, list_of_links_to_terms}` (where "list_of_links_to_terms" is defined in the functions.php of my theme).
|
Note that the {}-expressions allowed in the entries of the table definition include arbitrary Pods "magic tags" syntax. So for example in my installation, which categorizes articles from a periodical, I have such expressions as `{@issue.issue_number}` and `{@section.permalink}`. You can also use the custom postprocessing argument, e.g. `{@source, list_of_links_to_terms}` (where "list_of_links_to_terms" is defined in the functions.php of my theme).
|
||||||
|
|
||||||
|
##### Troubleshooting
|
||||||
|
|
||||||
|
If you experience the symptom that the displayed table in your page won't update if you change the data in the Pod that it is reading from, unless you visit the table in Tablepress and re-save it, try adding `cache_table_output=false` to the shortcode that is displaying your table. (Thanks to ezolboo for this information.)
|
||||||
|
|
||||||
##### Building
|
##### Building
|
||||||
|
|
||||||
To produce an installable zip file, assuming you have cloned this repository:
|
To produce an installable zip file, assuming you have cloned this repository:
|
||||||
|
Loading…
Reference in New Issue
Block a user