WP Tips

WordPress Tips written by and for Developers

  • #general
  • #timber
  • #gutenberg
  • #plugin
  • #acf
  • #frontend
Search
  • #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…
  • Henner Setyono
  • Dec 12, 2019
  • 28 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.
  • Tim Toomey
  • 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.
  • Henner Setyono
  • 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…
  • Henner Setyono
  • 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.
  • Henner Setyono
  • Dec 5, 2019
  • #plugin

The Best Setting for W3 Total Cache

W3 Total Cache is one of the best caching plugin, unfortunately a lot of people are intimidated by the complex setting. This article will guide you to do…
  • Henner Setyono
  • Dec 1, 2019
  • #timber

Rendering ACF Flexible Content Field with Timber

Timber works well with ACF but Flexible Content requires a bit different approach to integrate. We will take a look at how to do it here.
  • Henner Setyono
  • Nov 23, 2019
  • #acf

Creating Page Builder with ACF Flexible Content

Not satisfied with Gutenberg? Want a fully custom page builder? See no further than Flexible Content which is part of ACF Pro.
  • Henner Setyono
  • Nov 23, 2019
  • 3 Comments
  • #plugin

Contact Form 7 – The King of Contact Plugin

Contact Form 7 (also known as CF7) is one of the oldest plugin in the market. Just like the name suggests, it is used to create a contact…
  • Henner Setyono
  • Nov 22, 2019
  • #acf

3 Tips to Tidy Up Your Custom Fields

ACF is very customizable, but we often overuse it. Not only it litters the database, it also makes our admin view complicated. In this article, we will provide…
  • Henner Setyono
  • Nov 22, 2019
  • #timber

What is Timber Library?

Timber is a plugin to separate PHP and HTML code. It makes your code cleaner and more maintainable. A great tool if you want to create a theme…
  • Henner Setyono
  • Nov 21, 2019
  • #general

How to Fix 500 Internal Server Error

This error never tell you the reason just like that one friend who suddenly avoiding you. No matter what it is, the cause has to be recent. So…
  • Henner Setyono
  • Nov 20, 2019
Prev 1 2 3 4

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