Asset Manager
开发者 |
jkriddle
|
更新时间 |
2012年6月9日 06:18 |
PHP版本: |
2.7 及以上 |
WordPress版本: |
2.9 |
详情介绍:
This plugin will create an "Asset Manager" panel on the page/post admin interface allowing administrators to upload files that are related to that post. You are then able to retrieve these assets within the page template as needed.
安装:
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
After activating the plugin, a meta panel will be displayed on the Page and Post pages in the WP admin area.
You may then use the following functions to pull these assets anywhere within your template:
paam_get_all_assets() - retrieve all assets uploaded to any/all posts.
paam_get_assets($post_id) - retrieve assets specific to a specific page/post
更新日志:
0.2
- Bug fixes for blogs installed in sub-directory.