markusz
Forum Replies Created
-
adding a tag didn’t work for me, still the same error WP2.7 ST1.6.4
Forum: Fixing WordPress
In reply to: WP2.2 email notification for comments not workingCan anyone help?
ThanksForum: Fixing WordPress
In reply to: single.php: previous post by authorany ideas?
Forum: Installing WordPress
In reply to: PERMALINK Problem on WordPress 2.0I have upgraded to 2.0 and can’t get the permalinks working. They will work with /index.php/, but not without.
I get a wordpress (not server) 404 on the single entries, but the dev_dump plugin doesn’t add anything to the code of the 404 page.
do have I have to to anything other than to active the dev_dump plugin for it to work?
Forum: Fixing WordPress
In reply to: how to make the_content `<!–more–>` work on single pagethank you, I’ve moved to a category template and everything works fine.
Forum: Fixing WordPress
In reply to: how to make the_content `<!–more–>` work on single pageI am using a page.php template, like this:
<?php
/*
Template Name: work
*/
?>
<?php get_header(); ?>
<div class="narrowcolumn">
<?php query_posts('cat=18'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
...Forum: Plugins
In reply to: narchives & post per page pluginAnyone else has this problem or can test this?
ThanksForum: Plugins
In reply to: narchives & post per page pluginI use
http://rephrase.net/miscellany/05/perpage.phpsand when I activate it narchives gives the error above. If it is deactivated everything works fine. This is the only thing I change.I could not find any information on the problem.
Forum: Fixing WordPress
In reply to: Importing MT-like data problemThanks for the tipps. I will beginn the formatting in the next few days and will let you know.
As for pictures included in the blog entries, is there something I should be aware of or will the <img> tags just work fine?p.s. impressive amount of information on your pages!!!
Forum: Fixing WordPress
In reply to: Importing MT-like data problemI would like to convert my static html pages to wordpress, too. how did you convert the html to a MT export file? any recommendations?
Thanks.