zedlander
Forum Replies Created
-
Forum: Plugins
In reply to: Need plugin Style Per Post… PLEASE!Indeed, I believe my plugin (as linked to above) should do exactly what you’re looking for 🙂
Forum: Fixing WordPress
In reply to: Ridding Blog of Bad ApostrophesForum: Fixing WordPress
In reply to: Blog in non-root folder incompatible with Static Front Page?Ok, it seems that going to the root of my WordPress install will show a page with slug home…I’m not using the static front-page install. So, I have a home template of my main page, and then a /blog/ page, with a blog.php template of:
<?php
/*
Template Name: Blog
*/
?><?php query_posts('cat=-0'); //gets all posts
load_template( TEMPLATEPATH . '/index.php'); //loads index
?>Works like a charm!
Forum: Themes and Templates
In reply to: XHTML not validating<h#> tags are not “allowed” within a label element, hence the error. However, you can switch them:
<h2><label for=”s”>Search:</label></h2>
That’s what I needed, thanks!
Not sure how it got that way, but it’s fixed now.Forum: Plugins
In reply to: auto-plugger arrangement…Hey guys, I feel really stupid, but where’s the button to start a new topic?