PubmedList
开发者 |
Elfar Torarinsson
|
更新时间 |
2010年4月29日 04:18 |
PHP版本: |
2.7 及以上 |
WordPress版本: |
2.7.1 |
详情介绍:
Given a search term this plugin lists the results
The Plugin works only in templates or with a PHP-Plugin in site and posts.
You can style the output completely using plugins/pubmedlist/css/pubmed.css
Use following code with a PHP-Plugin or in a template, example sidebar.php or single.php, for WordPress:
Example:
<?php PubmedList(); ?>
安装:
- Unpack the download-package
- Upload all files to the
/wp-content/plugins/
directory, without folder
- Activate the plugin through the 'Plugins' menu in WordPress
- Create a new site in WordPress or edit your template
- Copy the code in site-content or edit templates
Example:
<?php PubmedList(); >