Archived topic
No repeat category description on all pages
3 replies · Started by Gilles on October 18, 2019
Hello
I would like the description of a category to appear only on the first page of the category, but not on the following ones.
I find this on the internet:
In the category.php file,
replace if ( ! empty( $category_description ) )
by if (!empty($category_description) && $paged == 0)
But there is no category.php file about Generate Press; and I do not find the codes either ...
Could you tell me how I can do that with your theme?
Thank you
Best regards
Gilles
Hi there,
try the PHP Snippet Tom provides here:
Hi David,
it works.
Thanks a lot (and sorry, I did not find this thead ... did not use the right search keywords)
Regards,
Gilles
No problems - happy to be of help.