Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,319
- Themes
- 10,391
- Plugins
- 15,316
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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.