Hi, currently i display the list of topics by doing this: < ul > {% set blog_topics = blog_topics('testing blog', 250) %} {% for item in blog_topics %} < li class= "hs-menu-item hs-menu-depth-1" > & read more
Hi, in the blog list page, i want to limit the text to display in each blog post here. It can be easily done with post with TEXT ONLY content with css like this: . post-body-list { height : 300 px ; text-overflow : ellipsis ; read more
Hi, currently i display the list of topics by doing this: < ul > {% set blog_topics = blog_topics('testing blog', 250) %} {% for item in blog_topics %} < li class= "hs-menu-item hs-menu-depth-1" > & read more
Hi, in the blog list page, i want to limit the text to display in each blog post here. It can be easily done with post with TEXT ONLY content with css like this: . post-body-list { height : 300 px ; text-overflow : ellipsis ; read more
Hi i created a new form for comment in contact -> form . Now i don't know how to apply that form to my blog template (not default blog). I also don't know how to customize the comment list and there are anyway to create a " load more " button fr read more