How to report a Word Press 2.2.2 bug?
-
How can I report a Word Press bug in 2.2.2?
The problem is that Word Press 2.2.2 can not handle the main page and the Contact post. It puts the default “Hello World” page as well as the Contact post on the Home page. The same theme has no trouble in WP 2.2.
The following code is the key that fails to generate the page and post info correctly:
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> ? Blog Archive <?php } ?> <?php wp_title(); ?></title>
For more detail, see the problem reported at
https://www.ads-software.com/support/topic/134574?replies=1#post-617281
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to report a Word Press 2.2.2 bug?’ is closed to new replies.