diff --git a/README.md b/README.md index 349a1c8..616c0b7 100644 --- a/README.md +++ b/README.md @@ -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: