Hola
Estoy trabajando con un plugin para gestionar mi portafolio.
El plugin aloja las paginas y estructuras (page.php, archive.php y single.php y sus respectivos layouts) dentro su carpeta (plugins/plugin/theme).
Aunque el plugin y John combinan a la perfección tengo un problema.
El plugin carga header y footer usando get_header() y get_footer(), pero aunque no carga sidebar() para que la pagina ocupe todo el ancho, el sidebar se carga igualmente.
¿Que le debo añadir para que no John no cargue el sidebar?
Gracias
--------------
Hi!
I'm working with a plugin to manage my portfolio (custom_types).
This plugin contains and structures pages (page.php, single.php and archive.php and their layouts) in your folder [wp-content/plugins/portfolio/theme].
Plugin combines well with John, but I have a problem.
Plugin load header and footer correctly with get_header() and get_footer(), but although not load sidebar() to be fullwidth page, the sidebar is loaded equally.
What I should add so John don't load the sidebar?
Thanks