larsbachmann
Forum Replies Created
-
Forum: Plugins
In reply to: [More Fields] "Values (if applicable)" disabledAll you have to do is to choose another meta type in the list, then select the previous type again. And the field is enabled
Maybe it conflicts with another plugin. Having just installed it on a site where I have the same problem as you are describing, but on other site it works fine.
Forum: Fixing WordPress
In reply to: 404 on all single post pagesTry and delete your htaccess file, and then set your permalinks to default, and back to /%postname%/ or what ever your using.
Make sure your htaccess is writable.
Forum: Themes and Templates
In reply to: Help with category.php loopHi again
I manage to solved it like this:
<?php
global $query_string;
query_posts($query_string . “&order=ASC&post_status=future”);
?><?php while (have_posts()) : the_post(); ?>
Forum: Plugins
In reply to: hack wp-calendar widget to show future postsHi jportiz
Did you solved the calendar problem?
I’m having the same problem.Forum: Developing with WordPress
In reply to: making a event list with future dates wordpressHi
Did you solved the problem with future post in RSS feed? I’m having the same problem.
Forum: Themes and Templates
In reply to: Help with category.php loopBTW. If i use the same loop in category.php, it will show future post from all categorys, and not just the category you have choosen.
My permalinks is set to: /%postname%.html
Forum: Everything else WordPress
In reply to: WordPress logo on my TshirtThx everyone. It it’s only for personal use.
Forum: Plugins
In reply to: Changing comment-page-#Problem solved 🙂
With a little help from hhbertelsen i manage to find 4 files in the wp-includes folder.
wp-includes/comment-template.php
wp-includes/rewrite.php
wp-includes/link-template.php
wp-includes/canonical.phpI changes comment-page to something else in these 4 files, and it works.
Thx
Lars Bachmann
http://www.larsbachmann.dkForum: Plugins
In reply to: Subscribe to comments vs W¨2.6Hi
I have a problem with this plugin.
After upgrading WP to the latest version it doens’t send any mails out to the subscribers.Does anyone else have this problem?