Filtered Blogs with Ajax Pagination

描述

Filtered Blogs with Ajax Pagination allows you to:
– Display recent or random posts using a shortcode
– Add a custom class from admin for further design changes
– Create unlimited shortcode configurations from the admin
– Blog posts AJAX Pagination on the frontend (based on shortcode)
– Use multiple shortcodes on the same page without conflict
– Customize grid layout via CSS custom class

Perfect for blog homepages, sidebars, or landing pages needing dynamic blog post blocks.

Features

  • Show blog posts in grid layout
  • Filter by “Recent” or “Random” using AJAX Pagination
  • Use custom class per shortcode block
  • Lightweight and fast
  • Developer-friendly and customizable

Usage

  1. Go to Filtered Blog Posts menu in the WordPress admin.
  2. Add a new configuration by selecting:
    • Number of posts to display
    • Grid CSS class
    • Default type (recent/random)
  3. Copy the generated shortcode like [cfbp_shortcode id=1]
  4. Paste it in any page, post, or widget.

License

This plugin is licensed under the GPLv2 or later.

屏幕截图

  • Admin page to create shortcode
  • Shortcode rendering on frontend with filter buttons

安装

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Filtered Blog Posts from the admin menu and create your first shortcode config.

常见问题

Can I use multiple shortcodes on one page?

Yes! Each shortcode is uniquely handled and AJAX requests will not conflict.

Can I style the grid?

Yes, use the “Grid Class” field while creating the shortcode. Then write custom CSS for that class in your theme or via Customizer.

评价

此插件暂无评价。

贡献者及开发者

「Filtered Blogs with Ajax Pagination」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.0

  • Initial release with shortcode, AJAX filters, and admin configuration