Deprecated: Return type of MGLInstagramGallery_Plugin::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 14

Deprecated: Return type of MGLInstagramGallery_Plugin::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 22

Deprecated: Return type of MGLInstagramGallery_Plugin::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 10

Deprecated: Return type of MGLInstagramGallery_Plugin::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Plugin.php on line 18

Deprecated: Optional parameter $content declared before required parameter $tagName is implicitly treated as a required parameter in /home/mageekla/public_html/polsola/wp-content/plugins/mgl-instagram-gallery/src/MGLInstagramGallery/Shortcode/Controller.php on line 102
Themes Archives - Pol Solà

El blog

Shortcodes avanzados en WordPress

Antes de leer esta entrada si quereis una introducción básica a cómo crear un shortcode en WordPress os recomiendo leer este articulo que publique hace unos meses: Cómo crear nuestro primer shortcode en WordPress Hoy vamos a ver cómo crear un shortcode que muestre las últimas entradas de nuestra página. Empezemos por lo básico

Seguir leyendo

Cómo crear nuestro primer shortcode en WordPress

¿Que son los shortcodes? Los shortcodes como su nombre indica son tags que podemos añadir enmedio del contenido de nuestro sitio WordPress que nos facilitaran la maquetación o incorporaran algunas mejoras, seguramente habréis visto alguno de los plugins que utilizamos. En este tutorial vamos a crear un sencillo shortcode que nos permitirá crear dos columnas […]

Seguir leyendo