In this tutorial I am going to show you how to add a new tab to your Woocommerce product pages and then add a Contact Form 7 form to that tab. This method can however be used to add anything else to the tab. “Why not just use a plugin for that?” you ask.. While […]
Category: Development
Add a custom meta field to a category in WordPress
So I was in the process of building a new plugin and needed a way to add a new field to all Woocommerce categories, this method will do that and it works with standard WordPress categories as well. Yes, I do know that this can be accomplished using a plugin but in some cases, especially […]
Password protecting your online directories using .htaccess and .htpasswd
When developing new websites I tend to place a sample version online for client to see. The problem is that I don’t want others to see the site or for google to index it, the removal of index pages of a sample site is a nightmare to sort out after the actual site goes live. […]
Get wordpress to email more than one email address for comment notifications
Notify multiple email accounts every time a comment is submitted on your WordPress blog.
Embed font family using CSS3 – cross browser compatible
Sometimes you’ll come across that client that insists on having that non internet friendly font used on their website. Luckily by using CSS3 you can now embed the font required.
You must be logged in to post a comment.