purephiller
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: ajax login with modal boxbump
Forum: Themes and Templates
In reply to: Alphabetical List in Index Template*bump*
Forum: Themes and Templates
In reply to: Alphabetical List in Index TemplateI wanted to add that if I remove
<?php // we add this, to show *all* posts sorted // alphabetically by title $posts = query_posts($query_string . '&orderby=title&order=asc&posts_per_page=-1'); // here comes The Loop! if (have_posts()) : while (have_posts()) : the_post(); ?>everything loads “perfectly”. And by perfectly I mean, template loads normally minus any entries.
Forum: Fixing WordPress
In reply to: “No input file specified.” ErrorI was able to fix the category archives with the .htaccess rewrites, but I’m not sure what to do for the pages. Here’s what’s in the .htaccess right now:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: “No input file specified.” Erroroh you’re talking about the .htaccess, I’ve got nothing in there right now.
Forum: Fixing WordPress
In reply to: “No input file specified.” Errorwhat do you mean by rewrites?
Forum: Fixing WordPress
In reply to: “No input file specified.” Errorhttp://www.nothingbutphiller.com/index.php/archives/2008/04/ and http://www.nothingbutphiller.com/index.php/contact/ dont work. However, the category archives do work. Any other suggestions?
Viewing 7 replies - 1 through 7 (of 7 total)