Forum Replies Created
-
Sorry, but I can not find the instructions for TwentyTen in the site.
The error I’m having is
Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15
The original page.php was
<?php get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”>
:
:
</div><!– #content –>
</div><!– #container –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
And I changed it into this
<?php bb_get_header(); ?>
:
:
<?php bb_get_footer(); ?>
Did I something wrong?
Sorry, but I can not find the instructions for TwentyTen in the site.
The error I’m having is
Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15
The original page.php was
<?php get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”>
:
:
</div><!– #content –>
</div><!– #container –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
And I changed it into this
<?php bb_get_header(); ?>
:
:
<?php bb_get_footer(); ?>
Did I something wrong?
I solved the problem, the issue was about using xampp locally. The solution is
The solution is to turn on mod_rewrite by editing apache/conf/httpd.conf. Just remove the comment in front of the line (around line #118) and restart Apache.
LoadModule rewrite_module modules/mod_rewrite.so
Thanks for your reply. Yes, if I select year/month/title option, it goes to http://localhost/wordpress/forums/ (which is bbpress) page, which I wanted.
However, I have another page, like about and staff.. and they do not exist like forum, so I need them to be like default?p=123
Currently, if I click about page, it tries to go to http://localhost/wordpress/about/ and it throws Object not found! error because I do not have about page. How can I solve this problem?
Thanks,
Sorry that I’m so ignorant of WordPress. I found Permalink Settings in WordPress Dashboard (admin), and there, which should I choose(maybe Custom Structure?) and set what value?
Thanks.