如何只制作与后期秀相关的图像?不是整个媒体收藏?

时间:2017-05-12 作者:tryin2learn

将图像上载到帖子时,我会看到我上载的所有图像。是否有一个功能我可以使用,以便只显示附加到该帖子的图像?

我没有必要使用以前帖子中的图片。。。请让我知道这是否有意义!

1 个回复
SO网友:tryin2learn

    add_action( \'admin_footer-post-new.php\', \'firmasite_mediapanel_lock_uploaded\' );
    add_action( \'admin_footer-post.php\', \'firmasite_mediapanel_lock_uploaded\' );
    function firmasite_mediapanel_lock_uploaded() { ?>
  <script type="text/javascript">
    jQuery(document).on("DOMNodeInserted", function(){
        // Lock uploads to "Uploaded to this post"
        jQuery(\'select.attachment-filters [value="uploaded"]\').attr( \'selected\', true ).parent().trigger(\'change\');
    });
  </script>
<?php }
只需将其放入子主题的函数中即可。php文件:)

结束

相关推荐

List attachments of a page

我需要生成上传到特定页面的附件列表(id=628)。我原以为这段代码会起作用,但它根本不会生成任何东西:<?php get_header(); ?> <div id=\"container\"> <div id=\"content\" role=\"main\"> <?php $attachments =& get_children( array (