• Hi
    I’m new here and I have a request for help. Is it possible to enable the featured image automaticy instead of manually assigning the featured image? I find this really hassle just to get my image shown in my front page and at the same time have it shown in my post. Is there a plugin or some sort? Please really need to help? Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Each theme handles images in it’s own way based on the developers idea of how it should work. So, what theme are you using?

    Thread Starter hawkway

    (@hawkway)

    I found a plugin but it allows just one push of a putton. But the down side of it is that I had to press it each time I post stuff. It’s called auto featured image.
    Is there a way to enable this with a cron or something? If it’s a code that I have to pass because I know nothing of coding.

    So, basically you need to have the image inside your post to be automatically set as featured image for the post, am I correct?

    Thread Starter hawkway

    (@hawkway)

    yeah. If I could figure out a way to have it enable without pressing the button. hmmmmm. I’ll check the code to see if there is a way.

    actually there is one line of code inside the plugin that should automatically add the featured image:

    add_action( 'save_post', array(__CLASS__, "generate_thumbmail") );

    i don’t know why it is not working…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I enable featured image automaticly?’ is closed to new replies.