该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Easy Mixitup

描述

wp plugin to filter, sort, and animate posts and custom post types.

This plugin will display featured images of posts and custom post types in a grid format where you and filter the items down by categories

How it works

This plugin offers a simple shortcode with optional arguments

The curly braces can be replaced or removed entirely if you just want to use the default posts

[easy-mixitup {post-type=(custom post type name)}]

Example usage

Display just posts adn post categories

[easy-mixitup]

If you have a custom post type named portfolio

[easy-mixitup post-type=portfolio]

You can also adjust the order of the posts

[easy-mixitup order=ASC]

[easy-mixitup order=DESC]

WP version

Tested on wp version 5.8.2
Should work on 5.8+

Issues

If you have issues please open a github issue:
https://github.com/invaderb/easy-mixitup/issues

Contributions

This project is open source and free to use for non comercial projects to mateasy mixitup licensing agreements

TODO

  • Add additional argument
    • order by
    • posts per page
    • define taxamony name
  • pagination?
  • category arguments

屏幕截图

  • Portfolio

安装

Manual uploading

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

常见问题

will be added in the future

评价

此插件暂无评价。

贡献者及开发者

“Easy Mixitup” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Easy Mixitup”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial release