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 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

How To Create Custom Popups for WordPress From Scratch

In order to achive this feature you normally need to install a plugin and then create any popups for wordpress you want. But in this tutorial I will show how to do this feature on your own using PHP, jquery and few lines of css. The popup content will be administrable from admin and you… Continue reading How To Create Custom Popups for WordPress From Scratch

How To Create Woocommerce Tabs For Product Page

In this tutorial we will create new woocommerce tabs for product page, which will be administrated from admin. We will use ACF because is one of the best plugins for WordPress at the moment. To achive that, we will create few custom fields for our product page, and then we will create a hook to… Continue reading How To Create Woocommerce Tabs For Product Page

How to Add Custom ACF Fields to User Columns in WordPress

In this tutorial I will show you the code you need to add in your functions.php in order to add new acf fields to user columns in wordpress admin panel. The best part here is after you add the new column in users listing, you will be able to search by this field too. Add… Continue reading How to Add Custom ACF Fields to User Columns in WordPress

How To Search by SKU In WordPress – ACF Query

In this tutorial I will show you what code you have to implement in your functions.php in order to make Post Object acf field search by a SKU. In this example we will use sku for a post object type product. Anyway using the same code you can add any type of custom query you… Continue reading How To Search by SKU In WordPress – ACF Query

How to Implement WordPress Login With Email

If you are trying to implement a custom login form in wordpress you will see that you have to options only for login with username. In order to make your login form work with username and email you have to create a custom function where you check what type of data user added in form’s… Continue reading How to Implement WordPress Login With Email

How to create custom wordpress user registration form

In this tutorial I will show you how to implement a custom registration form for your wordpress website using ajax. Using ajax we will enhance the UX for our website because we will create real time actions. First of all we need to create the HTML structure for our form, which should look like below:… Continue reading How to create custom wordpress user registration form

Why You Should Use WordPress As CMS For Your Business

Its very important for you business to have a good looking website, even if your business is online or not, all businesses should have its identity in online. So if you decide to create a website you should go on and use WordPress due to its populaity and because you can make almost any type… Continue reading Why You Should Use WordPress As CMS For Your Business