• Hello,

    What code to add to functions.php so that the category description is displayed only on the first page?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi @bartekduls,

    Using a CSS like the following should work

    .paged .ast-archive-description p {
        display: none;
    }
    

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

Viewing 1 replies (of 1 total)
  • The topic ‘Question – Category Description’ is closed to new replies.