How would you recommend adding an image as a custom field in WordPress?

后端 未结 4 1670
孤城傲影
孤城傲影 2021-01-07 13:39

I need to add an image to each page in WordPress. I don\'t wish to insert it using the WYSIWYG editor, I just need the url as a custom field, which I later use in the templa

4条回答
  •  旧巷少年郎
    2021-01-07 14:04

    Consider using Flutter it's a bit tricky to figure out at first, and has many really useful featured, including EIP (edit in place), and image handling.

    After installing the plugin create a new "Write Panel", you'll figure it out from there. The plugin provides you with a rather intuitive GUI, which includes an image uploader. The template tags are very easy to use, I believe it's something like

    
    

    I just had to build a site for a client that needed the same feature, I ended up using Flutter.

提交回复
热议问题