Okay
  Public Ticket #849910
Blog Landing Page
Closed

Comments

  • Rick Landers started the conversation

    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

  •  1,558
    Laborator replied

    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


      Documentation         Join Kalium Users Group