将自定义JavaScript从帖子添加到

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将自定义JavaScript从帖子添加到相关的知识,希望对你有一定的参考价值。

Another source: http://wpswitch.com/blog/wordpress/an-introduction-to-wordpress-custom-fields/
  1. <? if( is_single() and
  2. $customjs = get_post_meta($post->ID, 'custom_js', true) )
  3. echo "<script src='".$customjs."' language='javascript'></script>";
  4. ?>

以上是关于将自定义JavaScript从帖子添加到的主要内容,如果未能解决你的问题,请参考以下文章

如何将自定义片段添加到 zen-coding?

php 将自定义复选框添加到帖子“发布”框

php 将自定义复选框添加到帖子“发布”框

PHP 将自定义帖子类型添加到rss feed [WordPress]

php 通过GP Hooks将自定义内容和预先保存的布局添加到单个帖子中

如何将自定义信息从 App Engine Authenticator 传递到 Endpoint?