Linux 软件免费装

Attach Post Images

开发者 tcyr
更新时间 2014年3月10日 02:56
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 3.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

widget posts attach images post images attach images to post

下载

1.0.1 1.0

详情介绍:

Unlike the traditional way of attaching images (or attachments) to posts by inserting them in the post content, this plugin allows you to attach images to posts in a manner that lets you control the way the images are later displayed in your theme. It adds a metabox to the edit screen that lets you select/upload images (similar to the "Featured Image" metabox). The images attached to a post can then later be gotten by the following means: This will return an array of objects where each object contains information about an image. $post_id (int): required - the ID of the post. $size (string|array): is an optional parameter (defaults to 'thumbnail') and can take values similar to the wp_get_attachment_image_src function. This will return an array of objects where each object contains information about an image. The functions twp_the_post_images() and twp_get_post_images() return an empty array if no images were found or an array of objects where each object has the following attributes: NOTE THAT YOU HAVE TO SAVE/UPDATE YOUR POST EACH TIME YOU MODIFY THE IMAGE SELECTION

安装:

Steps to install this plugin.
  1. In the downloaded zip file, there is a folder with name 'attach-post-images'
  2. Upload the 'attach-post-images' folder to the '/wp-content/plugins/' directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Read the usage instructions in the description.

屏幕截图:

  • Metabox on the right of the edit screen with no images selected
  • Metabox showing selected images

升级注意事项:

1.0.1
  • rename plugin
1.0
  • fix plugin name
  • fix plugin name 2

常见问题:

How do I attach images to a post?

First ensure the plugin is enabled. On the editor screen, there is a meta box on the right with link "Attach Images". This launches the WordPress media manager, where you can select existing images or upload new images.

How do I get attached images?

In a WP loop, you can do $images = twp_the_post_images(); Or you can call the plugin function $images = twp_get_post_images($post_id). See plugin description for return values.

更新日志:

1.0