Your own custom Contact Form in WordPress. There are tons of contact form plugins. For a while I was using Contact Form 7, but after a few plugin updates, I was starting to get feedback the form was giving problems. Always spitting out an error that the form couldn’t be submitted. So I decided that […]
Read more...So I was searching for a quick regular expression for phone numbers that would include a variety of input styles. Basically giving the flexibility of the user to have just spaces between numbers, a dash sign, and even parentheses. I couldn’t find any simple solutions so figured I would hopefully rank to give others a […]
Read more...Over the years I have found some great free online places to learn new code. Some will actually walk you through the code making challenges, others videos, and then of course just the text tutorials. YouTube is a great resource. Outside of YouTube you can checkout these websites. newthinktank.com Top Choice – (Videos) This guys […]
Read more...There are quite a few plugins for enhancing your WordPress site from getting hacked via the login page. Over the years I have used limit login attempts plugin for blocking IP addresses that get your login credientials wrong in certain number of tries. This works well for bruteforce attacks. And the settings are very customizable […]
Read more...Im not sure why WordPress hasn’t added the open in new window when you click on visit website when you are in the admin section. Of course I want to keep my admin window and not take that page to my front end. Personally I like to have both the admin and front end of […]
Read more...Sometimes you just want to clean up the WordPress Admin side bar. Whether you want to limit your client’s access to certain sections. Remove a Whole Menu in WordPress For instance Appearance, sometimes you don’t want to give them access to editing the custom theme you developed. Just paste this code into your functions file […]
Read more...Quick code to paste into your functions file for customizing your sidebar order in the admin section of WordPress. Some clients won’t need the Posts at the top, maybe their blog is secondary to their website, usually better to put the Posts and Comments together. Just change the order of how you want to customize […]
Read more...Ive been doing quite a few OpenCart customization sites lately. And one thing I always have to do is take out the required telephone field on the checkout page. I haven’t done it in a while, and well when I searched Google for the template pages to go to and find the code, it took […]
Read more...