WP Tips

WordPress Tips written by and for Developers

  • #general
  • #timber
  • #gutenberg
  • #plugin
  • #acf
  • #frontend
Search
  • #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.
  • 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.
  • Apr 23, 2020
  • 1 Comment
  • #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.
  • 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.
  • 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.
  • 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.
  • Mar 23, 2020
  • #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
  • Mar 14, 2020
  • 5 Comments
  • #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.
  • Mar 8, 2020
  • 8 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.
  • Feb 16, 2020
  • 3 Comments
  • #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.
  • 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.
  • Jan 27, 2020
  • 7 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.
  • Jan 21, 2020
  • 2 Comments
Prev 1 2 3 4 5 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 © 2022 WPTips.dev

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