Let’s go on Made in Wordpress, how to make a wordpress forum.
Wordpress team also have a forum package bbpress, infact, based on theme, you can make a Wordpress forum. Discuz Forum is a classical program in China, I made a theme from Discuz and named this theme to be ForPress (Download)
You should do some changes and settings:
1. index.php hava an array, category name => category ID, fill your top level categories;
$ cathome = array (
‘Google Blogoscoped’ => 1,
‘Google Earth Blog’ => 358,
‘Google System’ => 237,
‘Googlified’ => 239,
‘Gseeker’ => 350,
‘G Daily News’ => 246,
‘Official Google Blog’ => 362,
‘TechCrunch’ => 353,
‘VALLEYWAG’ => 440,
);
2. Let anyone can post;
3. Let anyone can comment.
Sample site: gribao.com
Posts- Made in Wordpress: search engine » Wuil is a true search engine like Yahoo Search
- Made in Wordpress: miniblog » Also have a P2 Theme.
- Wuil: Search Engine Wordpress Theme based on Yahoo Boss » Just Another samples.
- BOSS,the engine of the search engines » This is the first sample, now I put it down.
- Google Tagged Links » This wordpress plugin based on Google REST Search API, Zuosa Tag Plugin and idea from Google Related Links.
