WP Tips

WordPress Tips written by and for Developers

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

Using Sass Mixin for Media Query Is Wrong (Here’s a Better Way)

Every Sass tutorial on the internet will teach you to use mixin for media queries. Why though? All it does is adding unnecessary abstraction.
  • Henner Setyono
  • Jun 5, 2020
  • #timber

Jetpack’s Infinite Scroll with Timber

One of my favorite Jetpack's module is Infinite Scroll. But It's quite tricky to implement it within a Timber theme.
  • Henner Setyono
  • Jun 4, 2020
  • #general

How to Allow Markdown in Comment without Plugin

Comment form in WordPress is... adequate. It does its job but has a lot of room for improvement. And our first step is implementing better formatting like Markdown.
  • Henner Setyono
  • May 29, 2020
  • 2 Comments
  • #plugin

How to Synchronize Live and Local Database?

Using WP Sync DB plugin we can automatically import our WordPress database from local to live installation (or vice versa) Learn how to set it up here
  • Henner Setyono
  • May 23, 2020
  • 2 Comments
  • #general

Simplify WordPress Ch.1 – The Customizer API

Have you ever tried modifying the Customizer section? It is unnecessarily complex. Learn about a shortcut to simplify them here.
  • Henner Setyono
  • May 16, 2020
  • #timber

Timber + WooCommerce Ch. 2 – Cart Dropdown

Most WooCommerce theme has that cart dropdown which shows all products you have selected. In this tutorial, we are going to create that with Timber.
  • Henner Setyono
  • May 12, 2020
  • 1 Comment
  • #gutenberg

Common JavaScript Pattern (for Custom Gutenberg Block)

Creating a custom Gutenberg block seems intimidating at first. The first step to outcome that is to understand the common JavaScript syntaxes.
  • Henner Setyono
  • Apr 30, 2020
  • #general

Should You Use LOCAL by Flywheel? (A Quick Review)

LOCAL is a free localhost server like WAMP, but specifically made for Wordpress. Here's a quick rundown of its Pros and Cons.
  • Henner Setyono
  • Apr 23, 2020
  • #frontend

Good Places to Use CSS Variables (in WordPress)

CSS Variable has taken the frontend development by storm. I was skeptical of it because I'm used to Sass variable. But it's more powerful than that.
  • Henner Setyono
  • Apr 14, 2020
  • #acf

How to Create ACF Nested Select / Optgroup

A nested select using is still a missing basic feature from ACF. In today's tip, we are going to learn how to enable it.
  • Henner Setyono
  • Apr 4, 2020
  • 2 Comments
  • #plugin

How to Dissect a Plugin with Poor Documentation?

A lot of plugins have incomplete guides and docs. But that shouldn't stop you from figuring out it's filters and actions. Click here to learn more.
  • Henner Setyono
  • Mar 31, 2020
  • #general

What are Hooks, Filters, and Actions? (Simple Guide)

Have you seen function like add_filter() or add_action() scattered across your Theme files? They are called Hooks and we will learn what exactly those are.
  • Henner Setyono
  • Mar 23, 2020
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