Skip to content

Murales es un plugin de Wordpress que crea una taxonomía con artistas, financiadores y puntos en mapa de obras de arte callejeras

License

Notifications You must be signed in to change notification settings

mdamplus/murales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murales

Este plugin para el CMS WordPress facilita la creación de una nueva taxonomía que permite publicar y gestionar los murales que embellecen las ciudades. Además, organiza a los artistas, distritos geográficos y patrocinadores mediante categorías personalizables.

El plugin incluye plantillas personalizables tanto para los murales como para los artistas, brindando flexibilidad en la presentación de la información. Las ubicaciones de los murales se muestran en un mapa mediante la integración de la API de Google Maps, cuya clave debe ser validada por el cliente en el panel de administración de la aplicación.

Extructura del Plugin

murales/ ├── assets/ │ └── js/ │ └── imgDestacada.js │ └── css/ │ └── adminStyles.css ├── includes/ │ ├── adminColumns.php │ ├── adminSettings.php │ ├── customFields.php │ ├── customPostTypes.php │ ├── customTaxonomies.php │ ├── googleMaps.php │ ├── ids.php │ ├── scripts.php │ └── social.php ├── templates/ │ ├── singleMurales.php │ └── singleArtista.php └── murales.php

Objetivo del plugin

Este plugin ha sido desarrollado para cubrir las necesidades del proyecto "Málaga Más Bella". Su principal función es dar visibilidad a los murales y graffitis que se encuentran en la ciudad, geolocalizarlos e identificar a los artistas responsables. Además, permite agregar descripciones y destacar a los patrocinadores involucrados en cada obra.


Murals

This WordPress plugin helps create a new taxonomy that allows for the publication and management of murals that beautify cities. It also organizes artists, geographical districts, and sponsors into customizable categories.

The plugin includes customizable templates for both murals and artists, offering flexibility in how information is presented. The mural locations are displayed on a map using the Google Maps API, and the API key must be validated by the client within the application's admin panel.

Plugin Structure

murales/ ├── assets/ │ └── js/ │ └── imgDestacada.js │ └── css/ │ └── adminStyles.css ├── includes/ │ ├── adminColumns.php │ ├── adminSettings.php │ ├── customFields.php │ ├── customPostTypes.php │ ├── customTaxonomies.php │ ├── googleMaps.php │ ├── ids.php │ ├── scripts.php │ └── social.php ├── templates/ │ ├── singleMurales.php │ └── singleArtista.php └── murales.php

Plugin Purpose

This plugin was developed to meet the needs of the "Málaga Más Bella" project. Its main goal is to highlight the murals and graffiti around the city, geolocate them, and identify the artists. It also allows for descriptions and the recognition of sponsors involved in each piece.

About

Murales es un plugin de Wordpress que crea una taxonomía con artistas, financiadores y puntos en mapa de obras de arte callejeras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published