我有一个非常不寻常的功能请求,或者只是不知道如何表达它,因为我找不到其他人尝试这样做。
在头版的编辑器中,我添加了一个自定义meta box 从我的帖子中选择标题故事。然后,标题故事将显示在头版的顶部及其特色图像。
现在,当我编辑标题文章的特色图片时,我想在保存之前预览首页上的更改。预览显然可以在帖子页面上使用,但这不是我想要的。
Is there a way I could preview the changes to a post on the front page, where I show the featured image, title and excerpt of that post?
如果有帮助,下面是我用来检索头版标题帖子特色图片的一些代码:
$image_xs = wp_get_attachment_image_src(get_post_thumbnail_id($titleStoryID), \'image-size-small\')[0]