• wittyr5bg

    (@wittyr5bg)


    Hello all,

    I have problem with customizing this evolve theme.

    1) I want thumbnail image below the blog title. How can I do this?

    2) I don’t want blog excerpt on the homepage. How do I remove that?

    3) Is there any way we can add date and category below the blog post title and image?

    Here is my website for the reference:
    http://wittyreads.com/

    And I’m trying to build the home page concept like these:
    http://www.lifehack.org/

    http://www.storypick.com/

    Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Denzel Chia

    (@denzel_chia)

    Hi,

    You can use the following in your Theme Options -> Custom CSS to hide your post excerpt.

    .home .entry-content p {
        display: none !important;
    }

    As for your other 2 questions, Please wait for any other forum volunteers to help you. I do not want to go into theme modification.

    Thank you.

    Thread Starter wittyr5bg

    (@wittyr5bg)

    Thanks so much Denzel.. Atleast that solved my second problem..

    Clarion Technologies

    (@clarionwpdeveloper)

    Hello wittyr5bg,

    If you want modify the some of theme files in your theme please try creating the “Child-theme” of your current theme and copy the files that you want to customize from parent theme and add it into your child theme.

    Please follow below link which will helps you in creating the child theme:

    https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/
    https://codex.ww.wp.xz.cn/Child_Themes

    Thanks

    Thread Starter wittyr5bg

    (@wittyr5bg)

    Hi Clarion Technologies,

    I already created the child theme. Making changes in child theme only.

    Thanks for the suggestion!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Home Page Customization’ is closed to new replies.