update我不幸地使用盒添加了一个元数据,它只将元数据添加到post和页面类型中。我有一个自定义的post类型,名为“定制post- type .post”,我将如何链接它们?
守则:
'supports' =>
array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' )TtUvcsdTeo9.htp
我使用的是get_content();其中写的是idea。
我将使用自定义字段的技能(将是一个列表)
我使用的是get_excerpt();其中它表示进程
我仍然需要一个更大的结论编辑器。
我可以在技能和贡献之间分离自定义字段吗?(也将是一个列表)
<section class="main">
<div id="overview">
<header> <img src="<?php echo get_template_directory_uri(); ? >/library/images/abstract.png" />
<h1>conclusion</h1>
</header>
<p></p>
</div>
</section>任何帮助如何解决这将是最感谢的!
发布于 2012-03-26 20:11:23
您可以使用函数编辑器
wp_editor(get_post_meta(get_the_id(), 'contributions', true), 'contributions');代码可以切换到服务器自定义值的元框。
https://stackoverflow.com/questions/9878862
复制相似问题