Changing shortcode
-
I use Shortcode Ultimate, and wanted to use Easy Footnotes as well.
This requires editing current line 43 in easy-footnotes.php, for example, changing your code:
add_shortcode( 'note', array($this, 'easy_footnote_shortcode') );
to
add_shortcode( 'fnote', array($this, 'easy_footnote_shortcode') );
allowing one to use[fnote]This is my footnote[/fnote]
It would be handy if this was either addressed as an opiton in the plugin, or specific info on where to find the code was provided (apologies if it was mentioned, its just that I didn’t find it).
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Changing shortcode’ is closed to new replies.