如何在wordpress中通过ajax加载帖子的自定义字段值
我不是 php 程序员,对数据获取一无所知,但我正在尝试制作一个模板,通过 wordpress 中的 ajax 加载帖子的自定义字段值,我想使用 ajax 加载值的原因是因为这些字段包含大量文本和图像链接,因此如果预加载它们,将需要大量时间来加载整个页面。
I am not a php programer and don't know anything about data fetching, but i am trying to make a template that loads the custom field values of the post via ajax in wordpress the reason i would like to load the values using ajax is because those fields contain lot of texts and image links so if they preloaded it will take lots of time to load whole page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我为你写了一个插件! 首先从下面的 URL 下载并安装 ajax-custom。激活插件后,在主题中任何需要这些 AJAX 加载的自定义字段的地方插入以下模板标签。不要忘记将
NAME OF THE FIELD
替换为您想要通过 AJAX 加载的自定义字段的实际名称。→下载ajax-custom
希望对您有帮助也许还有其他人。我将不胜感激。 :)
I wrote a plugin for you! First download and install ajax-custom from the URL below. When the plugin is activated, insert the following template tag in your theme everywhere you need these AJAX-loaded custom-fields. Don't forget to replace
NAME OF THE FIELD
with the actual name of the custom field you want to load via AJAX.→Download ajax-custom
I hope it helps you and maybe also someone else. I would appreciate a thumbs up. :)