• Luminescence Lite is a theme i really liked. Color Combo and Layout is pretty cool. I just am concerned about the lack of excerpt mode, i.e. One must scroll entire post to see another. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Actually, splitting the post into a summary part with a “Continue Reading” link is part of the theme and is a WordPress editor function. This is so you don’t have the full post showing in the blog home page until you open the post up. You can even do a custom excerpt as well if a person wants. Demo: https://demo.styledthemes.com/luminescence-lite/

    Thread Starter Kalpesh Panchal

    (@panchalkalpesh)

    @StyledThemes: Please check this blog , Why is “Continue Reading…” Not showing?

    Did you insert the read more tag? Here is a tutorial:
    Add Read More

    Thread Starter Kalpesh Panchal

    (@panchalkalpesh)

    Oops.. It’s Not for pages by default i forgot.

    I have to edit functions.php, add following lines for that:
    add_action(‘init’, ‘enable_page_excerpts’);
    function enable_page_excerpts()
    {
    add_post_type_support(‘page’, ‘excerpt’);
    }

    /* Silly Me… ?? */

    Thanks @StyledThemes ??

    First, I would recommend not to edit the core theme files without using a child theme (which this theme has one included in the child-theme folder of it).

    Second, the read more is for posts which the link you provided is your blog posts, not pages. Your original comment was that you weren’t getting the “Continued Reading” on your blog posts which were showing the full post instead of a post summary (excerpt).

    Thread Starter Kalpesh Panchal

    (@panchalkalpesh)

    @StyledThems: Yup, Thanks alot.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Very Nice Theme’ is closed to new replies.