Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Is it possible for the blog landing page to be just a feed with the short excerpt copy versus each item linking to a specific post? I don't really need or want the individual blog post pages, just the landing page.
This is an example of what I am looking to do: http://www.burningsettlerscabin.com/test/
I don't need to write long-format blog posts, I just want a simple feed of an image, headline and short blurb. I am not sure if the current theme can support this, or if there is a way for me to essentially turn-off the link for each post that is created.
Thanks in advance for any help/thoughts you can provide.
Rick
Hi Rick,
Use the following CSS to disable the linking in the blog:
.blog-holder .isotope-item .box-holder .post-info h2 a { pointer-events: none; } .blog-holder .box-holder .post-format .thumb a { pointer-events: none; }Regarding the excerpt, you can just write in the excerpt and not use the main description at all so this way it will show all the text.
Best regards,
Laborator Team