允许作者创建文章图像

时间:2012-07-19 作者:Adola

我想允许贡献者在创建帖子时上传图片。但关键是,我正在用自己的定制PHP构建post显示页面。

每一篇文章都将遵循相同的模板:

ImageOfArticle
UserAvitar
Name
Content
Footer
有没有一种方法可以让他们在默认的帖子编辑器中上传一个图像,并能够使用PHP访问该图像,并将其显示在“ImageOfArticle”中?

1 个回复
SO网友:fdsa

有内置的post thumbnail. Wordpress将跟踪它,您可以使用the_post_thumbnail 在需要时显示。

结束

相关推荐

Functions.php中的帖子ID错误

我试图在我的函数中执行以下代码。php更改我的wordpress博客的标题。function filter_pagetitle($url) { global $wp_query; $the_post_id = $wp_query->post->ID; $the_post_data = get_post($the_post_id); return $the_post_da