开发者 | grzelkowski |
---|---|
更新时间 | 2025年1月20日 00:28 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.7.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
quick-ajax-post-loader
folder to the /wp-content/plugins/
directory.Go to the WordPress admin panel, navigate to Quick Ajax > Shortcodes, or click Add New. Configure your settings, such as post type, taxonomy filters, and grid layout. Once done, copy the generated shortcode (e.g., [qapl-quick-ajax id="1" title="My Ajax"]
) and paste it into any page or post to enable dynamic post loading.
Yes, the plugin supports taxonomy filtering. You can enable clickable buttons to allow users to filter posts dynamically by categories, tags, or custom taxonomies.
Simply generate a shortcode using the plugin's interface and insert it into a page or post. The plugin handles the AJAX functionality, dynamically loading posts without refreshing the page.
Yes, you can create custom templates for post items, loading icons, and taxonomy filter buttons. This allows full control over the design and functionality of dynamically loaded content.
To create custom post templates:
post-item.php
to the directory:\
wp-content/themes/your-active-theme/quick-ajax-post-loader/templates/post-items/
.post-item-custom-name.php
to create multiple templates.No, the plugin is beginner-friendly and includes a shortcode generator for easy implementation without coding. Advanced users can take advantage of hooks, filters, and the AJAX Function Generator for deeper customization.
Yes, it includes a default grid layout with up to 12 columns. These styles can be disabled if you prefer to apply custom CSS.
Yes, Quick Ajax Post Loader is developer-friendly and includes a variety of actions and filters. These allow advanced users to modify functionality, customize templates, and integrate the plugin seamlessly into their themes or plugins.
You can create a custom loading icon by adding a file (e.g., loader-icon-custom.php
) to the directory:\
wp-content/themes/your-active-theme/quick-ajax-post-loader/templates/loader-icon/
. Use your own HTML, CSS, or animations to design a unique loading indicator.
post_meta
handling for better shortcode management.quick-ajax-script
loads only on the frontend, improving performance and reducing backend load.