Hello. Help solve the problem. There is a code that displays a description of the category.
<div class="category_description"> <?php echo $this->category->category_description ; ?> </div> Categories have pagination type:
- mysite.com/category
- mysite.com/category?start9
- mysite.com/category?start18
- etc.
Please tell me how to set a condition so that this div appears only on the first pages of the categories: mysite.com/category , mysite.com/category2 , mysite.com/tag4 , etc. Thank you very much!