Tutorial – How to override default Woocommerce Template

In this tutorial I will show you the function you have to use in order to override any default Woocommerce template. To do that, you will have to creata a new folder called woocommerce in your theme root folder. If you use storefront, the path should look like the following: storefront-child/woocommerce. All folders and files… Continue reading Tutorial – How to override default Woocommerce Template

How to Create New Meta Box WordPress

A meta box in wordpress can do a lot of nice things because if you know how to use these structures you can improve your wordpress website without using any plugin. Using meta boxes you will be able to create a new structure (new administrable fields) in your posts or pages or even in your… Continue reading How to Create New Meta Box WordPress

How to Create Plugin in WordPress From Scratch – Part 1

Plugins are one of the best parts of using wordpress because you can install them very easy and get a new functionality for your website. You can find out there a plugin for alomost anything you want for your website. However you have to pay attention to what install in your website because some of… Continue reading How to Create Plugin in WordPress From Scratch – Part 1

How to Make Smooth Scroll Anchor Links WordPress No Plugin

In order to create a smooth scroll anchor links functionality in wordpress we have to complete few steps. It’s not very hard to achive this feature, even if you are begginer with wordpress it shouldn’t be a problem to implement this menu in your website. Smooth Scroll Anchor Links WordPress No Plugin First step is… Continue reading How to Make Smooth Scroll Anchor Links WordPress No Plugin

How to Create WordPress Custom Admin Page Without Plugin

In this tutorial we will create a new page in wordpress admin from scratch without using any plugin. This is the better way to create a new custom page in admin because you have full control and you can add any design you want and implement any functionality you want. Create WordPress Custom Admin Page… Continue reading How to Create WordPress Custom Admin Page Without Plugin

How To CSS Rotate Element On Scroll Using ScrollMagic

In this tutorial I will show a very easy method to animate any element on scroll using scroll magic. Scrollmagic is the best library out there you can use to animate your website based on scroll action. It’s very easy to use and its documentation is very well done. First of all make sure you… Continue reading How To CSS Rotate Element On Scroll Using ScrollMagic

How To Get Posts In WordPress by Repeater Value

In this tutorial we will get all posts from a custom post type which have a certain key and value from a repeater acf field. To do this we will create a custom function where we will check what we need in order to get the rights posts.  Get Posts In WordPress by Repeater Value… Continue reading How To Get Posts In WordPress by Repeater Value

How To Deal With WP Ajax Response 0 Error

I am sure many of you get this error when you try to implement a new ajax in wordpress. Even if all your ajax code is right, you still get the error in console or in network tab. It’s annoying because anything you try still get the same ajax response.  WP Ajax Response 0 In… Continue reading How To Deal With WP Ajax Response 0 Error

How To Make Programmatically WordPress Login PHP

In this tutorial we will try to programmatically login user using PHP. This functionality is usefull when you create a custom registration form and after registration you auto login the user in his account. Or if you want to register user account for an easy login. Programmatically WordPress Login PHP In order to successfully autologin… Continue reading How To Make Programmatically WordPress Login PHP

How To Create Menu For Polylang WordPress

Polylang is a WordPress plugin which can help your website to be multi language. This plugin is not the best choice if you want full control of the site but for a free plugin it is more than good. It’s very easy to install just go in the plugins section and search for Polylang, install… Continue reading How To Create Menu For Polylang WordPress