Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
After reading through the documentation I think that I should be able to load the regular WordPress (theme) footer on the wpForo pages as follow:
- add functions-wp.php to /wp-content/themes/my-custom-theme/wpforo/functions-wp.php
- then use this code
add_action('after_setup_theme', 'wpforo_load_wp_footer', 10); function wpforo_load_wp_footer() { get_footer(); }
But when I apply this nothing happens, so I must be overlooking something.
Some hits via Google mentioned to use `add_action('wpforo_footer', 'wpforo_load_wp_footer', 10);` instead but that is not making a difference.
In the end I reckon it should be possible as the initial page with the forum on it also has the WordPress (theme) footer visible.
Can you give me a pointer into the right direction?
Thanks!
P.S. I already confirmed that the custom functions-wp.php is being loaded when I load the forum pages.
Hi @golabs
If the footer and header are only missing from the profiles, you can enable them.