WP Tips

WordPress Tips written by and for Developers

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

How to Create A Custom Block Without Plugin (Updated 2020)

Creating a custom Gutenberg block isn't an easy feat especially if you are not comfortable with JavaScript. We will you guide you slowly through the process
  • Henner Setyono
  • Mar 14, 2020
  • #plugin

Bogo – Best (and Underrated) Multi Language Plugin

Bogo is solid, reliable and conflict-free multilingual plugin. It duplicates your post and uses URL Rewrite to serve the correct translation.
  • Henner Setyono
  • Mar 8, 2020
  • 7 Comments
  • #general

Working with Date/Time Object in WordPress

There are many overlapping Date methods in PHP and WordPress. This article will show you the best way to handle Date object.
  • Henner Setyono
  • Feb 16, 2020
  • 1 Comment
  • #frontend

CSS Sticky Positioning (All You Need to Know)

Learn about the basic of Sticky position and some advanced tips like adding a class when the element becomes sticky.
  • Henner Setyono
  • Feb 8, 2020
  • #timber

Timber + WooCommerce Ch. 1 – Shop and Single Page

WooCommerce is a pain to integrate with Timber. This tutorial will show you the simplest and quickest way to get started.
  • Henner Setyono
  • Jan 27, 2020
  • 4 Comments
  • #plugin

The SEO Framework Quick Review (+How to Migrate)

If you think Yoast is good, then you will be blown away with this plugin. Read more to learn why and how to migrate your SEO settings.
  • Henner Setyono
  • Jan 21, 2020
  • 2 Comments
  • #gutenberg

How to Parse Gutenberg Table into JSON

If you have a simple ACF Repeater Field, try replacing it with a plain Table. Other than being easier to edit, the performance is much better.
  • Henner Setyono
  • Jan 13, 2020
  • #acf

How to Cache ACF Fields (And Make it Faster)

Instead of saving the Field Groups setting into the database, you can do so in your theme folder.
  • Henner Setyono
  • Jan 4, 2020
  • #general

Using Composer to Manage Plugins (Fast and Tidy)

Composer is a command-line tool to manage 3rd party PHP libraries. But not many people know that it can be used for WordPress plugins and themes.
  • Henner Setyono
  • Dec 23, 2019
  • #frontend

3 Common Mistakes when Creating Responsive Images

I often see a site unknowingly load both desktop and mobile images. But that is understandable since the way image loading works is quite weird.
  • Henner Setyono
  • Dec 18, 2019
  • #plugin

How to Modify Existing Elementor Widgets to Match Your Designs

There will always be a case in which the widget or the addons you are using does not match your required design.
  • Durgesh Tayade
  • Dec 17, 2019
  • 4 Comments
  • #timber

How to Debug Timber Theme? (Use var_dump)

One convenient way to figure out Timber's stuff by yourself is to dump the variable and methods. We will show you how in this article.
  • Henner Setyono
  • Dec 14, 2019
  • 1 Comment
Prev 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