I already explained how you will display the category description below the category title with Elementor Theme Builder. Here I shall show you how you will display the description only on the first page of the archives.
Adding Custom CSS Class into Category Description Widget
At first I add a custom CSS class “el-cat-description” into CSS Classes input box under Advanced tab. You already see that I drag&drop a Text Editor widget and use the dynamic tag “Archive Description”. That widget have Advanced tab. Click on it and put the “el-cat-description” into CSS Classes input box like attached screenshot. This CSS classname would be unique. We’ll use this CSS class in our PHP code and disable the widget for next page(s).
PHP CODE
Now we remove the category description widget for next pages(when you will click on pagination link). Open the function.php file of your active theme and add this small PHP code at end of the file.
The rest of the content is available for Pro members. Click on the PAY NOW button to enable access to this content.
$5.00Pay Now
* Payment is non-refundable.
Paid members will be able to login below to see the restricted content.
Alan Watchorn (verified owner) –
Thanks Paul. Worked a treat: https://www.theshirtlist.com/general-tags/star-wars/page/2/ (no description on page 2). Going to try it on my search result pages too.