Why isn't get_post_meta working?

后端 未结 9 1081
予麋鹿
予麋鹿 2020-12-12 05:12

Simple Wordpress problem - get_post_meta is not retrieving custom field values. Here\'s the code that is pulling from the custom fields:



        
9条回答
  •  生来不讨喜
    2020-12-12 05:51

    Search for the term "slider_image" in the wp_posts and wp_postmeta tables using phpmyadmin. Then view the row that has it to see if there's anything inside.

    Also try changing the name of the custom value as a test and see if that works. I use this exact code to do something similar to you and it works:

提交回复
热议问题