Opt-In Front Page
开发者 |
Denis-de-Bernardy
Mike_Koepke
|
更新时间 |
2015年9月2日 10:10 |
捐献地址: |
去捐款 |
PHP版本: |
3.1 及以上 |
WordPress版本: |
4.0 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
The Opt-In Front Page plugin lets you add posts to your front page on an opt-in basis, rather than remove posts on an opt-out basis. This allows you to manage any number of asides categories.
In short, only posts in your "Blog" (or "News") category will appear on your front page and its RSS feed when you use this plugin.
It changes your main category's url as relevant, and it fallbacks to normal blog mode when no 'blog' (or 'news') category exists or when the latter is empty.
You can safely change your "Blog" or "News" category's name after it is created: The opt-in front page plugin looks for the category with a slug of "blog" or "news".
If no posts can be found in the blog or news category then all posts will be displayed.
Auto-installer
Please note that Opt-in front page automatically creates/fills in the needed main category when it activates. You can always browse Posts / Categories to delete it.
Help Me!
No further support is provided.
安装:
- Upload the plugin folder to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Create a WordPress Category called 'Blog' or 'News'. You can safely rename it afterwards -- what really counts is a slug of 'blog' or 'news'.
- Set the Front page displays setting under Settings->Ready to 'Your latest posts'.
更新日志:
4.4.1
- Development has ceased on this plugin. Updated source and readme accordingly
4.4
4.3.1
- Clear internal cache upon WP upgrade
4.3
- Code refactoring
- WP 3.9 compat
4.2.1
4.2
- WP 3.6 compat
- PHP 5.4 compat
4.1.3
- Fix non static calling warning
4.1.2
4.1.1
- Enhance memcached support
- Apply filters to permalinks
- Fix the main category cache on new sites
4.1
- Implement an auto-installer
4.0
- Use the taxonomy API to fetch the main category
- Support the use of "News" in addition to "Blog"
- Localization
- Code enhancements and optimizations