描述
Converts your posts publication dates into clickable links which point back to the archive.
安装
- Upload
clickable-date.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
That’s all. Congratulations, you’ve just installed and enable clickable date.
常见问题
- Does this work with ugly permalinks? (?p=123)
-
Of course! 🙂
- I’ve installed and enabled the plugin but nothing changed! What’s wrong?
-
Unfortunately, the dates are not converted automatically in WordPress versions prior to 2.x. Don’t worry though, the plugin is still working but you have to replace some function calls on your own. In most of the cases, you should replace
the_time();withclickable_time();andthe_date();withclickable_date();. Just have a look at your themes filesindex.php,single.php,category.phpandarchive.phpand you will find what are you looking for!
评价
此插件暂无评价。