cloud9
Active Member
Follow
Board
RE: Shortcodes for Multi-boards
The only way I've been able to get everything to work when using multiple boards and shortcodes is to modify function wpforo_url() in wpforo/includes/...
3 years ago
RE: Shortcodes for Multi-boards
The first part of the solution that seems to work is to progamtically change the board at the top of the wpforo theme's index page first making sure I...
3 years ago
RE: Shortcodes for Multi-boards
I tried this in functions.php: function set_wpForo_board() { if ( !is_admin() ) { // Only target the front end WPF()->change_b...
3 years ago
3 years ago
Replies: 7
Views: 2302