Viewing 1 replies (of 1 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi!

    NelioEFI uses a custom field named _nelioefi_url for storing the URL of the external featured image. If you want to add the images directly onto the database, you’ll have to insert the following tuple in wp_postmeta:

    COLUMNS: (post_id, meta_name, meta_key)
    ROW: (xx, '_nelioefi_url', 'https://example.com/path/to/image.jpg')

    where xx is the ID of the post whose featured image is https://example.com/path/to/image.jpg.

    I’m obviously assuming that you know how to work with a database directly… ??

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘database location’ is closed to new replies.