Title: WPForum plugin problems
Last modified: August 19, 2016

---

# WPForum plugin problems

 *  Resolved [Ajnabi](https://wordpress.org/support/users/ajnabi/)
 * (@ajnabi)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/wpforum-plugin-problems/)
 * Hi all
    I have a problem with the WPforum plugin in that I have managed to set
   out so I actualy get the forum to show up on custom page. btw am using the Newsweek
   theme. The problem is when I click on a forum to access it I get a blank page
   even though there is an entry in the forum, and secondly it reverts to using 
   the page.php instead of the custom page. What am I doing wrong? help please Ajnabi

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [djchugg](https://wordpress.org/support/users/djchugg/)
 * (@djchugg)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/wpforum-plugin-problems/#post-859006)
 * What code are we suppose to put in the: Manage -> page??
 *  Thread Starter [Ajnabi](https://wordpress.org/support/users/ajnabi/)
 * (@ajnabi)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/wpforum-plugin-problems/#post-859018)
 * If you mean the custom page then this is waht I did. I took the post (single.
   php) and modified it thus; at the very top add
    <?php /* Template Name: forum-
   page.php */ ?> This identifies it as a new template. After the lines <?php get_header();?
   > <!–forum-page.php–> Add this code; <div id=”forum-page” class=”fullwidth”> 
   </div> Scroll to the bottom and remove any reference to sidebars if your theme
   supports them and save as forum-page.php.
 * In your style.css add this code (best placed in the structure bellow coment-in
   code);
    #forum-page { width:94%; } and save. Go to write page and give a title
   of Forum, switch to HTML mode and add <!–WPFORUM–> then scroll down and in the
   page template drop down menu select your new template which is forum-page.php
   and save. Done. I have 2 blogs with the same themes and same configuration but
   for the version of wordpress. Am using 2.6 on one and this set up works fine 
   but with 2.6.2 the forum returns the above mentioned problem. I am assuming its
   a compatibility issue btwn wpforum and wp2.6.2.
 *  Thread Starter [Ajnabi](https://wordpress.org/support/users/ajnabi/)
 * (@ajnabi)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/wpforum-plugin-problems/#post-859019)
 * Sorry correction; after the <?php get_header(); ?> the insertion would read;
   
   <!–forum-page.php–> <div id=”forum-page” class=”fullwidth”> </div>
 * Hope this helps.
    Ajnabi

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WPForum plugin problems’ is closed to new replies.

## Tags

 * [blank-page](https://wordpress.org/support/topic-tag/blank-page/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ajnabi](https://wordpress.org/support/users/ajnabi/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/wpforum-plugin-problems/#post-859019)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
