development update 2.3.0d0 needed in response to user request on forum
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2442742 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
4ff90450d6
commit
c8f0c0e350
7 changed files with 65 additions and 19 deletions
23
templates/note-for-developers.txt
Normal file
23
templates/note-for-developers.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
note-for-developers.txt
|
||||
2020-12-19T0609+0100
|
||||
Last modified: 2020-12-19T0706+0100
|
||||
|
||||
Footnotes plugin for WordPress, v2.3.0 and later
|
||||
|
||||
Support for custom templates
|
||||
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
|
||||
Since v2.3.0, Footnotes can process custom templates.
|
||||
|
||||
To use custom templates, please make a sibling of the "footnotes" folder called "footnotes-custom" containing just the content of templates/public/ with the same structure.
|
||||
|
||||
Existing homonymous templates on the path wp-content/plugins/footnotes-custom/templates/public/ are loaded instead of their counterparts in wp-content/plugins/footnotes/templates/public/.
|
||||
|
||||
The new location does not need to contain all templates.
|
||||
E.g. for custom tooltips, you need only one or both of these:
|
||||
|
||||
footnotes-custom
|
||||
└── templates
|
||||
└── public
|
||||
├── footnote.html
|
||||
└── tooltip.html
|
Reference in a new issue