This works perfectly, thank you very much. I understand that the child theme is used to make modifications without being crushed when updating. It is true?
Do you have any documentation on how to do this?
I have added the code of the image to the index.php but every time the theme is updated I must replace it.
The code you have provided hides the text on the screen, but it is still visible in the source code of the pages.
This violates the google guidelines so we could be penalized.
Solution for this topic
I found the solution, this theme not have a code for show the wordpress category description. Just add
<?php
if(get_query_var( ‘paged’, 1 ) == 0) {
echo category_description();
}
On index.php of the theme.
Hi, is fixed on the lastest versión.
Another question, it’s posible to disable “by author” on post?
I have the latest version. For example, you can check: https://confrontador.com/posicionamiento-en-buscadores/page/2/
In the pagination, the page 1 have a link to https://confrontador.com/posicionamiento-en-buscadores/page/1/ but te correct page is https://confrontador.com/posicionamiento-en-buscadores/
In this case make a 301 redirect.
I do not mean the SEO description. I would like to add text to the category as this plugin does: https://es.wordpress.org/plugins/enhanced-category-pages/
But with your template it does not work.
Thanks it works, and ¿how to disable in categories?
Hi,
I have set false the wp_debug. The error occurs when I activate the TablePress plugin.
Good Morning,
A day ago I bought this theme for a website. Before using it online website, I preferred to try it in local.
The fact is that in some articles I get the following error: Warning: Invalid argument supplied for foreach () in D: \ xampp \ htdocs \ confrontador \ wp-content \ plugins \ unyson \ framework \ extensions \ shortcodes \ shortcodes \ table \ class-fw-shortcode-table.php on line 54
It is not an issue of permissions or anything like that, I do not have any cache plugin enabled.
What can be?