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.
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
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.
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.
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
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.