-
·
How to Use a Filter on TinyMCE to Add Buttons
Recently, I was asked to add a button to the visual editor for posts and pages on a WordPress install that would insert the <!–nextpage–> code for article pagination . I had done this before, but wanted to write about it here, since I’d totally forgotten how to do it, and wanted to make sure I had a…
-
·
How to Pass Information from One Page to Another with Forms and JavaScript/jQuery
This is a quick post, just to share something I learned. Recently I got a request to create a simple submit form with a an email input that would direct to another page and take the email address and pre-fill a more complex form with email, name, address, etc. Below is the code I used…