• Resolved w3icon

    (@w3icon)


    In one of my wordpress sites, I am using your theme.

    Now I am facing a problem like while posting, if I do not set any featured image, still in the homepage the post contains a featured image.

    As I have observed it grabs post body image as featured image automatically.

    Actually I do not want any featured image. So, please help me to sort out this problem.

    Thanks in advance for your help and thanks a lot for such a great theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Richie KS

    (@rkcorp)

    i see, you will need to edit the lib/functions/theme-functions.php line 534 like this

    //return $before . "<img width='" . $width . "' height='auto' class='" . $class . "' src='" . $first_img . "' alt='" . $alt . "' title='" . $title . "' />" . $after;

    Thread Starter w3icon

    (@w3icon)

    Sorry but it is not working… 🙁

    Thread Starter w3icon

    (@w3icon)

    I meant it works (in fact the line number is 526 for me) but there a gap exists which causes the look odd.

    Can you please help me to make it simple without this blank space?

    Theme Author Richie KS

    (@rkcorp)

    add this style.css or rename custom-sample.css to custom.css

    .post-right { margin:0 !important; }

    Thread Starter w3icon

    (@w3icon)

    Thank you for your response and thanks a lot again for the theme

    It doesn’t seem the work for me. I commented out line 575 with // and the featured image still shows up. What am I doing wrong?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘It Shows Featured Image Even When It Has No Featured Image Set’ is closed to new replies.