Let’s say you are renting out multiple rooms, and want to export all the the rooms which are rented out on a specific date. You will need an export plugin (Advanced Order Export For WooCommerce). This plugin will let you export orders for a given date range, but we want to filter by booking date, …
Improving Sage 9 + Bootstrap 4 load time
If you choose Bootstrap during the Sage 9 installation process, Sage will include the complete Bootstrap 4 library in your project by default. Chances are you won’t be needing all of Bootstrap’s components. Excluding unused code will increase the overall performance of your website significantly. Example As you can see, we reduced the size of …
Implementing a user-friendly accordion FAQ in WordPress
A lot of clients ask me to implement a FAQ in their website. There are a couple of ways to accomplish this, but for me, this seems the best way. The main advantage of this method, is that questions/answer will be found with the default search form, and will be linked to the accordion. I’m …
Verder lezen “Implementing a user-friendly accordion FAQ in WordPress”
WPML: remember user’s language choice
There is no built-in function to remember a user’s language choice in WPML, and redirect him accordingly. WPML can only redirect returning visitors according to their browser language. I figured out a way to store the user’s language choice, and redirect the user to his preferred language when he revisits your website. There are 3 …
Deploying Bedrock WordPress website to Combell using AutoGit
Bedrock creates a project structure which is way more maintainable than a normal WordPress install. It is easy to check in to version control and we can manage our dependencies with Composer. In this post, I will be describing how to automatically deploy your Bedrock installation from your local development environment to Combell using AutoGit. …
Verder lezen “Deploying Bedrock WordPress website to Combell using AutoGit”
- 1
- 2