Post Grid Master – WordPress Post Grid Plugin Updates Mar 04, 2024

We’re excited to announce the latest updates for Post Grid Master, version 3.4.7. We’ve introduced several enhancements and new features to enhance your post grid experience. Please find the details below:

Post Grid Master Filter Heading Option

Filter Heading

Post Grid Master has a filter heading option that helps you to show the filter heading. You can add any text as the filter heading. You can also hide the filter heading.

Toggle Filter Items Option

Post Grid Master has a toggle filter items option that helps you to show/hide the filter items by clicking on the filter heading. By default, filter items are hidden.

Post Grid Master Filter Items Toggle

No Post Found Filter Hook

Post Grid Master has a no post found filter hook that helps you add content when no post is found. You can use this hook to add content when no post is found.

Example Code for the above screenshot:

add_action('gridmaster-no-posts-found', 'gridmaster_no_posts_found');
function gridmaster_no_posts_found(){
    return '<img src="https://img.freepik.com/free-vector/404-error-with-landscape-concept-illustration_114360-7898.jpg?t=st=1709495735~exp=1709499335~hmac=9326a93e3aee009317c3ffa1e2aea5d011a47ae1151a8cfaf691259dfd32caa3&w=2000" alt="No Posts Found" style="width: 100%; max-width: 500px; margin: 0 auto; display: block;">';
}

Or you can write any custom HTML code:

add_action('gridmaster-no-posts-found', 'gridmaster_no_posts_found');
function gridmaster_no_posts_found(){
    return '<h3>No products found.</h3>';
}

Other Fixes:

  • Fixed: untranslatable string “All” in filters (Ticket Link)
  • Fixed: Minor code changes.
  • Added: A few functions for better customizability.

What is Post Grid Master?

Post Grid Master is a powerful and versatile WordPress plugin designed to revolutionize how you display and filter your post grids on your website. Whether you’re a WordPress enthusiast, blogger, or website owner, GridMaster empowers you to showcase your content with style and finesse, providing an exceptional user experience for your visitors.

If you face any issues, don’t hesitate to contact us. We are ready to help you anytime.