• Hello everyone, I would like to know how I put description only on the first page of the category, example in the category “mysite.com/category” have the description already on the “mysite.com/category/page/2/” page appear just the title, and if there is any solution to put in the child theme fuctions. I thank you all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I didn’t understand your query clearly. Can you please share your site link and a screenshot of what you exactly want so that I can help you?

    Thread Starter foostore

    (@foostore)

    Hello, thanks for your help!

    in the following links you can see the first page with the description of the category, the second link is already page 2 of the same category, I would like the description of the category to appear only on page 1 of the category and when you clicked on page 2, only the title of the category and the posts, remembering that to appear this category description I’m using elementor on the page.

    link 1 – https://prntscr.com/qx6isw

    Link 2 – https://prntscr.com/qx6izp

    Thread Starter foostore

    (@foostore)

    I got a temporary solution via CSS which in this case looks like this:

    .category-paged-2 .elementor-widget-text-editor p {
         display: none;
    }

    but I believe it is not the most viable, because if you have 100 pages of posts there will be 100 more codes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category Description on Category First Page’ is closed to new replies.