Web Development

Charge Tax on Shipping Using Gravity Forms for WordPress

After figuring out how to charge tax for only one state , I then needed to include the shipping in the taxable amount. When I used the calculated field ( ({EMT Code Membership:30} + {Shipping:28} ) * .07 ) in Gravity Forms, the total would not refresh. I looked in the javascript for Gravity Forms […]

Charge Tax on Shipping Using Gravity Forms for WordPress Read More »

Create a CSV File of WordPress User Information with PHP

One of my clients wanted a list of their clients and the client’s information to download on demand. I added the following php code to their themes functions.php file. This will pull the information from the WordPress user record and user meta table and create the CSV file. When finished, a link is provided to

Create a CSV File of WordPress User Information with PHP Read More »

Why Your WordPress Website Needs Extra Security

I love WordPress! It’s a fantastic way to build a website without knowing how to write code. It truly makes web development easier. But, what a lot of WordPress website owners don’t realize is how easy it is for someone to break into their website. WordPress is Open Source software, which is a great thing.

Why Your WordPress Website Needs Extra Security Read More »

Scroll to Top