WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Pilot'in v0.4.3.2

Pilo'Press

The most advanced WordPress Page Builder using Advanced Custom Fields & TailwindCSS.

Pilo'Press

The facts

Rating
5★ from 4
Active installs
100+
Price
Free
Last updated
5 Apr 2023
Added
May 2020
Requires WP
4.9
Tested up to
WP 6.2.11
Requires PHP
5.6
Downloads
6,141

Our analysis

AI-assisted

Pilo'Press is a framework plugin for WordPress that enables users to create layouts and use the Flexible Content field as a page builder. It is built on Advanced Custom Fields (ACF) and ACF Extended, requiring these plugins for proper functionality. The plugin offers the option to use Tailwind CSS for styling, which can be set up directly from the WordPress back-office.

To get started with Pilo'Press, you need to activate both ACF Pro and ACF Extended plugins, along with Pilo'Press itself. Users must also create specific folders in their theme for layouts and assets, and include certain code in their theme's index.php file to display the content properly.

Best for: This plugin suits developers looking to create custom layouts using Advanced Custom Fields.

What it does well

  • Framework plugin for creating layouts
  • Uses Flexible Content field as a page builder
  • Optional integration with Tailwind CSS for styling
  • Requires Advanced Custom Fields Pro and ACF Extended

Where it falls short

  • Requires additional plugins to function
  • Setup involves multiple steps and folder creation
  • Limited information available on features

Verdict

Pilo'Press provides a structured way to build layouts in WordPress but requires a solid understanding of ACF and some setup effort.

From the developer

Pilot'in's own description of Pilo'Press, lightly tidied.

Pilo’Press is a framework plugin for WordPress. Based on ACF and ACF Extended, it allows you to create layouts among other things and use the Flexible Content field as a page builder.

Pilo’Press uses Tailwind CSS for style templating which can be setup and build directly from the back-office.
Please note that Tailwind CSS is not mandatory, you can choose to use it or not.

Requirements

This plugin requires Advanced Custom Fields PRO and Advanced Custom Fields: Extended plugins in order to work correctly.

Getting started

  1. Activate Advanced Custom Fields Pro plugin
  2. Activate ACF Extended plugin
  3. Activate Pilo’Press plugin
  4. In your theme, create a pilopress folder
  5. Within the pilopress folder, create layouts subfolder
  6. Within the pilopress folder, create assets subfolder
  7. In the index.php file, add the following code:

    <?php
    
    get_header();
    
        the_pip_content();
    
    get_footer();
    

Tailwind CSS

In the administration, under Pilo'Press > Styles, when you click on “Update & Compile”, TailwindCSS will be compiled remotely using TailwindAPI. Minified CSS files are then created under /pilopress/assets/styles.min.css and /pilopress/assets/styles-admin.min.css.

You can manually enqueue those files in your theme for the front-end & the back-end, but we recommend to use automatic enqueue code above.

It is possible to manually retrieve the Tailwind PostCSS & JS fields of the administration if you want to build TailwindCSS locally. To do so, you can use the following code:

$tailwind_css = get_field( 'pip_tailwind_style', 'pip_styles_tailwind' );
$tailwind_config = get_field( 'pip_tailwind_config', 'pip_styles_tailwind' );

For more details, see Tailwind CSS Documentation.

Customizing style

To customize default Tailwind CSS styles, go to Pilo'Press > Styles from left navigation menu or top bar menu.

For more details about customization, see Github Page.

Add new layout

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)