Support » Plugin: Simple Footnotes » Allow footnote letters rather than numbers

  • Hi,

    It would be pretty useful for me to be able to have footnotes labelled by letter (a,b,c etc) rather than number (1,2,3 …). That can reduce confusion with mathematical powers, or leaves superscripted numbers free to use, for example, as bibliographic references.

    Would this be an easy thing to add to SimpleFootnotes, and would it be useful for other people? I imagine there are very few cases of >26 footnotes in a post, so running out of symbols is unlikely to be a problem (letters are also neater for footnotes 10-25, as only a single symbol is needed).

    http://wordpress.org/extend/plugins/simple-footnotes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter HYanWong

    (@hyanwong)

    Oh, and this gives some useful code to implement this feature in php.

    I guess I could alter my personal copy of the code, but if it’s useful for anyone else, putting it into the main trunk seems sensible .

    You can do this in your stylesheet without any code changes in the plugin:

    .simple-footnotes ol {
      list-style-type:lower-alpha;
    }

    Cheers, Christian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allow footnote letters rather than numbers’ is closed to new replies.