Notifications
Clear all

wpForo 1.x.x [Closed] My Forum Page is blank after installing wpForo.

15 Posts
3 Users
2 Likes
2,945 Views
Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago
Posted by: WPForoNoob

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.

WPForoNoob
Posts: 32
Topic starter
(@wpforonoob)
Trusted Member
Joined: 6 years ago

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. 🙂
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Thank you very much for sharing this information

Page 3 / 3