MrFlanders
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink problems, all pages disappearAnyone?
Forum: Fixing WordPress
In reply to: Changed theme, now only frontpage showingTurns out it was .htaccess related. Changed cmod til 666 and changed the code a bit and everything is lovydovy. Thanks!
Forum: Fixing WordPress
In reply to: Changed theme, now only frontpage showingThat did not help. I changed to TwentyEleven and have the same problem, none of the pages work, except for one. Thank you for taking the time 🙂
What do I call the error log file you suggested?Forum: Fixing WordPress
In reply to: Changing database name for host transferThanks folks, zeitblog – yeah I guess I could keep the db at the old host, since I have other stuff there.
Sorry I’m being a bit slow here, but how do I go about the underscore thing. I don’t really have any clear view of the importance of the db-name. If I change the db name – wouldn’t that mess up my WP?
Thanks for your time 🙂
Forum: Fixing WordPress
In reply to: Changing database name for host transferOk, can you please clarify where I change – in the old or the new?
1. I back up my old db
2. Change the name of the new db?
What do I do about the _ character?
Thanks!Forum: Themes and Templates
In reply to: [Twenty Ten] [Theme: Twenty Ten] Add dotted line between postsThanks. Well its a Twenty Ten child theme and here’s the URL behindbars.dk/projekt
ThanksForum: Fixing WordPress
In reply to: My sidebar goes to the footerThanks alot, but I’m having trouble finding that </div>.. Here’s the index.php, do you mind checking it?
<?php get_header(); ?> <div id="content" class="narrowcolumn"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php the_tags('Tags: ', ', ', ' | '); ?> <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: My sidebar goes to the footerSorry for the typos, I’m working late..
Forum: Fixing WordPress
In reply to: Remove strange arrowSorry, this is the site