Beskrivelse
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
Skjermbilder
Installasjon
Manual uploading
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
FAQ
will be added in the future
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
“Easy Mixitup” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “Easy Mixitup” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.0
- Initial release