WP Manifestindependent plugin directory
manifest / media / pictures-gallery

Pictures gallery

Plugin to create a portafolio type gallery and also takes values of publications to display in frontend using shorcodes.

by Neos Lab · github.com/neosoir/pictures-gallery · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/neosoir/pictures-gallery/archive/refs/heads/main.zip

Portfolio Gallery


Use materializa and sweet alert frameworks

Json structure.

    {
        "bcpg":{
            "name":"Galería Portafolio"
        },
        "items":[
            {
                "media":"url1.jpg",
                "title":"Título 1",
                "filters":"logo,diseno,web",
                "id":21
            },
            {
                "media":"url2.jpg",
                "title":"Título 2",
                "filters":"psd,web",
                "id":31
            }
        ],
        "settings":{
            "columns":"4",
            "category":null,
            "postPerPage":"-1",
            "order":"desc",
            "orderby":"date"
        }
    }