Skip to content

invaderb/easy-mixitup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Display just posts

[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

Contributions

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

TODO

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

deployment

If svn isn't set up set that up

cd easy-mixitup
mkdir my-local-dir
svn co https://plugins.svn.wordpress.org/easy-mixitup my-local-dir  

copy changes over

cp inc my-local-dir/trunk
cp easy-mixitup.php my-local-dir/trunk
cp *.txt my-local-dir/trunk
cp ../assets/* my-local-dir/assets
svn add .

commit changes

svn ci -m "{version release}" --username invaderB --password {password}

About

wp plugin using the mixitup js library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published