mannschaft
Forum Replies Created
-
Forum: Plugins
In reply to: Contact Form 7: Redirect to a Thank You pageand the developer replied that it can’t be done with his plugin.
Anyone knows of a (simple) plugin that does support a redirect?Forum: Fixing WordPress
In reply to: I’m lost – how to get rid of these double category listing!OK I KNOW THE CULPRIT!
It’s the wp-typogrify 1.6 plugin. As soon as I activate it, the above mentioned problem arises. If i’d only known earlier….!
Forum: Fixing WordPress
In reply to: I’m lost – how to get rid of these double category listing!It’s resolved. A whole fresh install of WordPress into a new folder did the trick. I’ve got rid of that damn typo.
Forum: Fixing WordPress
In reply to: I’m lost – how to get rid of these double category listing!that didn’t make any difference, unfortunately.
I’m now going to install another version of wordpress in a new folder, and copy the config file over, and change the blog address and see if that resolves it.Forum: Themes and Templates
In reply to: bug in Categories print in sidebar (with typo), how to fix?or, the code in the default theme:
<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>Forum: Themes and Templates
In reply to: bug in Categories print in sidebar (with typo), how to fix?It’s not in the sidebar, because that simply has:
<li id="categories"> <h3><?php _e( 'Categories', 'sandbox' ) ?></h3> <ul> <?php wp_list_categories('title_li=&show_count=0&hierarchical=1') ?> </ul> </li>nothing strange going on here, no?
Forum: Themes and Templates
In reply to: bug in Categories print in sidebar (with typo), how to fix?Ooops! You’re quite right, sorry.
I’ve changed theme back again to Kubrick so that my problem is visible.
Thank you for noticing this.