Apr 20, 2018 7:23 pm
Thanks Anonymous20. 🙂
Would it help if I give you a URL to my forum page?
Am I supposed to change any settings after installing the plugin?
As i said, i don't understand what you try to do.
Installing wpforo doesn't need to create any PHP page. Maybe i don't understand your project.
You create a page WITH WORDPRESS, a simple page and insert the shortcode.
Apr 20, 2018 8:17 pm
Finally, I got it to work. Here are the steps I followed, in case anyone else gets stuck:
1. Create a page called `page-community.php` inside your theme and put the following code inside it. This page will act as a template for the forum to render.
<?php get_header(); ?>
<?php echo do_shortcode('[wpforo]'); ?>
<?php get_footer(); ?>
2. Install the `WPForo` plugin.
3. Visit `domain.com/community/`. You should see your forum now. 🙂
Apr 20, 2018 8:32 pm
Thank you very much for sharing this information
Page 3 / 3
Prev