Hello,
My website has an home page menu linking the categories. Example: “Diets” (category and menu link), then you click on this menu anchor and you are redirected to the “Diets” category page. Well, for SEO requirements, I have a very long article in this category description so I see the Diets category with this long article and THEN, way scrolling, all the related category posts.
The tag “read more” does not work and I don’t know how I can mantain the long description and also see all the posts without first reading this article
-
This topic was modified 5 years by
Fmic00.
Hello,
here: https://marketingprofit.it/web-marketing/strumenti-web-marketing/ – This is the category and then yuou can see there is this long text and then it shows the articles (I have zero for now but it says “no articles” in italian)
Hello !
Please try this css code: .category .td-category-description{
overflow: hidden;
display: -webkit-box!important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Let us know the result !
Thank you !
Hello !
Unfortunately there is no other option using the Newspaper Theme Features. Some of our users tried this plugin: https://www.wpbeginner.com/plugins/how-to-show-and-hide-text-in-wordpress-posts-with-the-toggle-effect/
You can give it a try and see how it works.
Thank you !