I solved the issue replacing all breaks (
enter key) from the code inside the category description with the
</br> tag.
Now Juggledad, I answer your last questions.
Copied the content from
atahualpa/index.php to a new file
atahualpa/category.php (you know, by default there's no category.php in the atahualpa theme).
The code
Code:
<?php echo category_description( $category_id ); ?>
is after
Code:
<?php
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
get_header();
extract($bfa_ata);
global $bfa_ata_postcount;
?>
This is the code I put in the category description (
http://lavisiondelacalle.com.ar/wp-a...post_type=post):
Code:
<h1>Servicios</h1>
Trabajamos con cámaras de resolución Full HD y tomamos sonido de consola, directo o de aire.
<strong><span style="line-height: 1.5em;">Registro de actividades y memorias</span></strong>
Tenga en video del registro de una acción o actividad. Regale a los participantes, distribuya en Internet o revea para evaluar. Charlas, mesas, congresos, exposiciones y trabajos de campo pueden ser el objeto de este servicio.
<strong style="line-height: 1.5em;">Institucionales</strong></br><strong style="line-height: 1.5em;"></strong>Comunique lo que hace su organización mediante gráficos, entrevistas e imágenes de sus actividades.
<strong style="line-height: 1.5em;">Entrevistas y relatos</strong></br>Grabe su mensaje de forma audiovisual.
<h1>Portafolios</h1>
And this is the code that works ok:
Code:
<h1>Servicios</h1></br>Trabajamos con cámaras de resolución Full HD y tomamos sonido de consola, directo o de aire.</br></br><strong><span style="line-height: 1.5em;">Registro de actividades y memorias</span></strong></br></br>Tenga en video del registro de una acción o actividad. Regale a los participantes, distribuya en Internet o revea para evaluar. Charlas, mesas, congresos, exposiciones y trabajos de campo pueden ser el objeto de este servicio.</br></br><strong style="line-height: 1.5em;">Institucionales</strong></br><strong style="line-height: 1.5em;"></strong>Comunique lo que hace su organización mediante gráficos, entrevistas e imágenes de sus actividades.</br></br><strong style="line-height: 1.5em;">Entrevistas y relatos</strong></br>Grabe su mensaje de forma audiovisual.</br><h1>Portafolios</h1>
With all this I think the thread can be marked as
solved, but if you think is a bug and need more information to fix it, just ask.
Thanks a lot!!!