• oliverosM

    (@oliverosm)


    Featured images.
    I remember before the question was how to put the image of the post as a feature image, well now my problem is precisely the opposite, wordpress puts automatically the post image as feature,
    in fact i dont have the feature image enabled in the functions.php.
    My question is, how can I prevent wordpress to automatically put the post image as a feature image??
    Thanks in advanced

Viewing 2 replies - 1 through 2 (of 2 total)
  • David Uzelac

    (@daviduzelac)

    You might be able to accomplish this with simple CSS code like below.

    #featured-image {display: none;}

    Thread Starter oliverosM

    (@oliverosm)

    thanks for answering.
    The thing is that the feature image its not enable i dont even have the metabox on the new post area, the wp alone puts the image, it takes it from the post and puts it as feature image.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘stop the post images from becoming feature images’ is closed to new replies.