WP Tips

WordPress Tips written by and for Developers

  • #general
  • #timber
  • #gutenberg
  • #plugin
  • #acf
  • #frontend
Search
  • #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
  • #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.
  • 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.
  • Jan 4, 2020
  • 2 Comments
  • #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.
  • Dec 23, 2019
  • 2 Comments
  • #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.
  • 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.
  • 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.
  • Dec 14, 2019
  • 1 Comment
  • #frontend

Implement Lazy-Loading without Plugin

Update 11 Aug 2020: WordPress 5.5 introduced native lazy loading by adding loading="lazy" attribute to all images. So you no longer need to create your own. Lazy-load is…
  • Dec 12, 2019
  • 43 Comments
  • #gutenberg

How To Build Event Landing Pages with the C9 Blocks Plugin

C9 Blocks plugin comes in handy with its pre-loaded page and section templates to speed up the process of building page.
  • Dec 11, 2019
  • #timber

Adding Global Variables & Custom Filters in Timber

Every WordPress site built with Timber needs Global variable because there is always some data that appears in every page like Menu and Widgets.
  • Dec 8, 2019
  • #gutenberg

How to Disable Gutenberg without Plugin

There are a lot of plugins to disable Gutenberg editor. But the code to disable it is actually very short and simple. So no need for plugin, just…
  • Dec 6, 2019
  • #general

How to Setup Local WordPress Development with WAMP

WAMP is a lightweight and really fast PHP Server for Windows. It's not designed specially for WordPress so you need to do extra steps to make it work.
  • Dec 5, 2019
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 © 2025 WPTips.dev

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