WP Tips

WordPress Tips written by and for Developers

  • #general
  • #timber
  • #gutenberg
  • #plugin
  • #acf
  • #frontend
Search
  • #frontend

Should You Use jQuery in 2021? (Well Yes, but No)

It's fine to use jQuery, especially in a WordPress environment where it's included by default. But it will be very beneficial if you learn native JavaScript.
  • Henner Setyono
  • Jan 13, 2021
  • #gutenberg

How to Create Custom Block Styles (Advanced Way)

One way to patch Gutenberg's lack of features is to use custom block styles. But most themes are not utilizing it properly. We will learn the proper way…
  • Henner Setyono
  • Dec 22, 2020
  • #frontend

How to Use Webpack in WordPress

Does a WordPress developer need to know Webpack? You might think it is unnecessary and too complex. So I will show you how useful it is for developing…
  • Henner Setyono
  • Nov 29, 2020
  • #gutenberg

How to Change Default Alignment of Gutenberg Block?

I believe we all agree that Columns block should default to Wide alignment. This article will show you how to modify that.
  • Henner Setyono
  • Nov 12, 2020
  • #frontend

How to Use Vue in WordPress (Without Webpack)

If you need a complex front-end feature in WordPress, don't use jQuery. Get a proper library like Vue! We will learn how to set it up in this…
  • Henner Setyono
  • Sep 30, 2020
  • 2 Comments
  • #gutenberg

Is It Okay to Use Shortcode in Gutenberg? (100% Yes)

We are often blinded by these fancy Block editor that we forgot about shortcode. It's very easy to implement and highly reusable. What's not to like?
  • Henner Setyono
  • Sep 15, 2020
  • #general

What is WordPress Nonce? (Preventing CSRF Attack)

CSRF is the most common vulnerabilities found in WordPress plugins. And Nonce (number used once) can fix that. Let's learn how!
  • Henner Setyono
  • Aug 14, 2020
  • #general

7 Tips to Avoid Spaghetti Code in WordPress (and PHP)

PHP is infamous to be a messy language. And WordPress runs on PHP which inherits the same problem. Let's learn how to avoid that
  • Henner Setyono
  • Jul 31, 2020
  • #frontend

How to use JavaScript for WordPress REST API (AJAX)

Have you seen a new section gets loaded without a page refresh? This technique is called AJAX and we will learn how to do that
  • Henner Setyono
  • Jul 20, 2020
  • #general

How to Make Custom REST API (Beginner’s Guide)

Wordpress REST API is a very powerful tool with the right implementation. Learn how to create custom GET and POST request here.
  • Henner Setyono
  • Jul 16, 2020
  • #ultimate-guide

How to Setup WordPress in Digital Ocean (with Nginx)

This is complete beginner's guide to install a WordPress site in DigitalOcean. You will find the shortest and simplest way here.
  • Henner Setyono
  • Jun 30, 2020
  • 2 Comments
  • #gutenberg

How to Compile Gutenberg JavaScript

Compiling JavaScript used to be a foreign thing for a WordPress developer. Now we need to do it to create a custom Gutenberg block.
  • Henner Setyono
  • Jun 13, 2020
1 2 3 4 Next

Design by Pixel Studio

About wpTips.dev

wpTips is a non-profit blog focused on advanced WordPress tutorial in a concise and beautiful way.

We want to show the world the full potential of our beloved CMS.

Join Our Community

We are a team of enthusiasts who enjoy sharing our knowledge.

Let us know at [email protected] if you are interested to write some tips!

Copyright © 2021 WPTips.dev

Skip to content
  • #general
  • #timber
  • #gutenberg
  • #plugin
  • #acf
  • #frontend