Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
If you just want the year with php, you don’t need bbPress functions at all, just php:
<?php echo date('Y'); ?>
That will echo the current year.