doc: Add ezolboo's hint for tables that won't update

This commit is contained in:
Glen Whitney 2021-08-20 14:53:58 -07:00
parent 6811af5970
commit 29daaf7da0
1 changed files with 4 additions and 0 deletions

View File

@ -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).
##### 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
To produce an installable zip file, assuming you have cloned this repository: