开发者 | Viper007Bond |
---|---|
更新时间 | 2012年2月8日 02:57 |
捐献地址: | 去捐款 |
PHP版本: | 2.5 及以上 |
/wp-content/plugins/
.
This should result in the following file structure:
- wp-content - plugins - clean-archives-reloaded | readme.txt | clean-archives-reloaded.php
Then just visit your admin area and activate the plugin.
See Also: "Installing Plugins" article on the WP Codex
Using The Plugin
Just create/edit a post or page and type [cleanarchivesreloaded]
where you would like the archives list to show up. You can also use [cartotalposts]
to show your total post count.
Example page contents:
`Here is all [cartotalposts] of my posts:
[cleanarchivesreloaded]`
Configure options via Settings -> Clean Archives.Yes, it does. See the WordPress Codex for details on how to make a translation file. Then just place the translation file, named car-[value in wp-config].mo
, into the plugin's folder.
Sure! I do this in my free time and I appreciate all donations that I get. It makes me want to continue to update this plugin. You can find more details on my donate page.
wp-content
folder).[cleanarchivesreloaded postcount="0"]
to hide the posts per month.[cleanarchivesreloaded commentcount="0"]
to hide the comments per post.get_posts()
for WordPress 2.6find()
on a CSS class instead of children()
by structure)