Pono Press

  • Tutu – Block Theme
  • Plugins
  • Guides
  • Support
  • Blog

Get Started
  • 🎉 Yuto 0.1.1 Released – Shortcode & Elementor Support Now Available!

    🎉 Yuto 0.1.1 Released – Shortcode & Elementor Support Now Available!

    We’re excited to announce the release of Yuto version 0.1.1, and it comes packed with powerful new features that make integrating lightning-fast Meilisearch into your WordPress site easier than ever.

    Whether you’re using the Classic Editor, Elementor, or any other site builder, Yuto now fits seamlessly into your workflow.

    ✨ What’s New in 0.1.1

    You can now render the Yuto Autocomplete search anywhere on your site using the [yuto_autocomplete] shortcode. It’s perfect for sites that don’t use the Site Editor or prefer working in the Classic Editor, widgets, or page builders.

    Example Usage:

    [yuto_autocomplete]

    With Custom Options:

    [yuto_autocomplete enabled_indices="post,page" placeholder="Search..." auto_focus="true" open_on_focus="true" results_panel_placement="full-width"]

    Available Attributes

    You can read about the available attributes for the shortcode detailed in the Shortcode Documentation.

    PHP Example:

    echo do_shortcode('[yuto_autocomplete]');

    This makes it easy to include search in your theme header, sidebar, or anywhere you want!

    Elementor Integration via Shortcode

    Yuto now works beautifully inside Elementor using the Shortcode widget. No custom block or addon required.

    How to Use:

    1. Open your page in Elementor.
    2. Drag the Shortcode widget where you want to add search.
    3. Enter [yuto_autocomplete] in the input field.
    4. Update the page — done!

    This is perfect for adding search boxes in Elementor-built headers, product pages, or landing pages.

    Why This Matters?

    • No Block Editor? No Problem. You can now use Yuto’s powerful search even if your site uses the Classic Editor or other builders.
    • Maximum Flexibility. Developers and site builders can render search in templates, sidebars, headers, or anywhere using do_shortcode().
    • Easy Integration. Elementor users can integrate Yuto in seconds using the native Shortcode widget.

    Be sure to check out the new features and streamline your WordPress management tasks with Yuto!

    ponopress

    June 9, 2025
    Announcement, Yuto
    meiliesearch, update, yuto
  • Yuto Plugin Release 0.1.0: Introducing WP-CLI Support 🖥️

    Yuto Plugin Release 0.1.0: Introducing WP-CLI Support 🖥️

    We are excited to announce the release of Yuto Plugin version 0.1.0, which now includes support for WP-CLI! 🎉 For those unfamiliar, WP-CLI is a powerful command-line interface for managing WordPress installations, making it an essential tool for developers and administrators looking to streamline their workflow.

    What’s New?

    With this integration, Yuto empowers users to efficiently perform various tasks directly from the command line, such as indexing and deletion. This enhancement not only improves productivity but also opens up new possibilities for automation, allowing seamless execution of commands in scripts and integration with other automation tools. 🛠️

    WP-CLI Command Details

    Yuto introduces the following WP-CLI commands:

    NAME

    wp yuto

    DESCRIPTION

    Yuto CLI Commands.

    SYNOPSIS

    wp yuto

    OPTIONS

    • <action>: Action to perform. Options include:
      • build-index
      • delete-index
      • add-documents
    • <post-type>: Specify the post type to act upon.
    • [--ids=]: A comma-separated list of post IDs to index (only for add-documents).

    EXAMPLES

    Here are some examples of how to use the new commands:

    Build an index for a specific post type:

    wp yuto build-index post_type
    

    Delete the index for a specific post type:

    wp yuto delete-index post_type

    Add documents to the index for a specific post type:

    wp yuto add-documents post_type --ids=1,2,3

    Delete documents from the index for a specific post type:

    wp yuto delete-documents post_type --ids=1,2,3
    

    The addition of WP-CLI support in Yuto Plugin version 0.1.0 significantly enhances its functionality, providing developers and administrators with the tools they need to manage their WordPress sites more effectively. Whether you’re looking to index documents or delete documents from Meilisearch, Yuto’s CLI commands make it easier than ever to automate your workflow. 🌟

    Be sure to check out the new features and streamline your WordPress management tasks with Yuto!

    ponopress

    March 2, 2025
    Announcement, Yuto
    meiliesearch, update, yuto
  • Introducing Yuto 0.0.4: New Features and Enhancements

    Introducing Yuto  0.0.4: New Features and Enhancements

    We are excited to announce the release of version 0.0.4, which brings a host of new features and improvements to enhance your experience. Here’s a detailed look at what’s new in this update:


    Important Note

    With new version, please be aware that the Autocomplete Block will display an “Attempt Block Recovery” warning in the Editor. If you encounter this warning, simply click the button provided to resolve the issue. This will ensure that the block functions correctly and continues to perform as expected.


    1. Include Featured Images in the Default Search Results

    In version 0.0.4, we’ve added support for including featured images in the default search results. This means that when users perform a search, the results will now display relevant featured images alongside other search information. This enhancement helps provide a richer and more visually appealing search experience, making it easier for users to find and recognize content.


    2. Index Documents During Post Updates, Deletions, and Bulk Edits

    To ensure that your search index remains up-to-date, we have introduced functionality to index documents automatically during post updates, deletions, and bulk edits. This means that any changes you make to your content will be reflected in your search index without needing additional manual intervention. This feature streamlines content management and ensures that search results are always current.


    3. Display a Loading Indicator While Indexing and Deleting Documents

    Version 0.0.4 introduces a new loading indicator that appears while indexing and deleting documents. This visual cue informs users that the system is processing their request, helping to improve the overall user experience. By providing clear feedback during these operations, we make it easier for users to understand the status of their actions and reduce any potential confusion.


    4. Enable Indexing for All Available Post Types (Excluding Default Types)

    We’ve expanded the indexing capabilities to support all available post types, except for default types like navigation, media, and others. This enhancement allows for greater flexibility in indexing content, enabling users to include a wider range of custom post types in their search indices. This means that any plugins providing custom post types, they can now be indexed and searched more effectively.


    5. Add Support for WooCommerce

    We’re pleased to announce that version 0.0.4 now includes full support for WooCommerce. This integration allows you to index your WooCommerce products directly into Meilisearch, providing a seamless search experience for your e-commerce store. With this update, you can ensure that product details are accurately indexed and easily searchable, enhancing the overall shopping experience for your customers.


    6. Add Autocomplete Theme Color Option for Block

    Finally, we’ve added a new theme color option for the autocomplete block. This feature allows you to customize the appearance of the autocomplete dropdown to match your site’s design aesthetics. You can now set a theme color that aligns with your branding, providing a more cohesive and visually integrated search experience.


    We hope you enjoy these new features and improvements in version 0.0.4. As always, we welcome your feedback and are committed to continually enhancing our product to meet your needs. Stay tuned for more updates and improvements in the future!

    ponopress

    September 7, 2024
    Announcement
    meiliesearch, update, yuto

Looking for Help?

Browse our Documentation or contact Support to get your questions answered. To report a bug, please post to our GitHub Issue Tracker.

See our Terms & Conditions for licensing and refund details.

Pono Press

  • Terms & Conditions
  • Guides
  • Support

Copyright@2020 Pono Press

Powered by crazy ideas and passion.