Category: WordPress

Contact Form Plugin Not Working. (Plugin Development)

May 15, 2018

Hey Developer, Before this blog ran on WordPress, It was a very small website with a contact page. The contact page was just 1 file called contact.php. Of course in WP, you can either implement a contact form as part of the theme or as a plugin, with plugin being the preferred choice. I found…

Express guide to load style.css into a WP Theme (and other stylesheets as well)

May 15, 2018

Hey Developer, If you are new to WordPress and you want to add your style.css to your theme FAST, then this guide is for you!

Registered sidebar not showing in WordPress widgets (Theme development)

May 15, 2018

Hey Developer, If you are just starting out with WordPress and you want to create your own theme, you may have ran into this same problem that I did. All I wanted to do is register my first sidebar in functions.php. I went on to look at the official documentation and I missed a very…