Pictures gallery
Plugin to create a portafolio type gallery and also takes values of publications to display in frontend using shorcodes.
★ 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.zipPortfolio 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"
}
}