Custom meta boxes in RSS feed

时间:2013-07-31 作者:Jacob

我有一些自定义的元字段,我想显示在RSS提要中。现在他们没有,因为他们不是the_content 我想是吧。

如果有人有任何让这一切发生的秘诀,请让我知道!

谢谢

1 个回复
最合适的回答,由SO网友:gmazzap 整理而成

Try, not tested,

add_filter(\'the_content_feed\',\'add_my_fields_to_rss\');

function add_my_fields_to_rss($content) {
  global $post;
  $mymeta = get_post_meta($post->ID, \'my_meta\', true);
  $content .= $mymeta;
  return $content;
}
结束

相关推荐

image thumbnail in RSS Feed

我没有太多的编码知识。使用RSS源获取prob。我从这个代码的某个地方复制粘贴的n。正在获取标题和日期。。很好,但客户端现在也需要图像缩略图。如何放置图像缩略图。请帮帮我。。检查以下代码。。。<li> <p> <?php echo $item->get_date(\'j F Y\'); ?> </p> <a target=\"_blank\" href=\'<?php echo esc_url( $item->get