Linked Future Posts Widget acts very much like the upcoming posts widget by displaying scheduled posts instead of published ones, but includes a link to each post (using slug/post name). Requires WordPress 2.8+ Use this plugin in conjunction with the Future plugin from Marion Sudvarg to create a Post Grid of scheduled events and a list of scheduled events on …
Moving a WordPress Website
UPDATE 10/30/2018: I have found an outstanding plugin to move a website from one hosting account to another. The plugin is called Duplicator and is available by searching for plugins, or by going to: https://snapcreek.com/duplicator/duplicator-free/ UPDATE 01/20/2016: If you’re not using “Better Search Replace” to move your website(s)…….you’re working too hard. This is a fabulous plugin and I highly recommend …
Contact Form 7 Regex Phone Validation
I wanted a simple regex phone validation for WordPress plugin Contact Form 7. The validation had to be in the form of xxx-xxx-xxxx. I ran across a blog page by Eric Holmes. He was learning regex at the time, but did a superb job. The link is: http://ericholmes.ca/form-validation-in-php-simplified/ He has since updated his original post at: http://ericholmes.ca/php-phone-number-validation-revisited/ So, in the …
Contact Form 7 Redirect Based On Form Field
I needed to create a form that redirects the user to separate PayPal accounts depending on selection criteria in the form. In this case, a radio button. Fortunately, Contact Form 7 has a nice little feature (action hook) called: on_sent_ok This action hook will allow you to execute javascript code once the form email is sent. The full syntax is: on_sent_ok: …