richoid
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Break on errorI’m having this as well. It’s on a shared hosting environment. I developed the template, from the ‘Default’ template… I don’t think I’ve messed anything up. The only other active plugin is Akismet. WordPress 2.9.2 and CF7’s latest.
I rekeyed the info, instead of copy-paste, and it worked… so some strange hidden character must have messed it up…
Forum: Plugins
In reply to: using functions.php (theme functions)Another note: I first tried:
function superslide_load() { $tdir = 'superheader'; $dirs = scandir($tdir); foreach($dirs as $file) { if (($file == '.')||($file == '..')) { } elseif (is_dir($tdir.'/'.$file)) { filesInDir($tdir.'/'.$file); } else { echo '<li><img src="'. $tdir.'/'.$file.'"/></li>'; } } }Forum: Fixing WordPress
In reply to: Bug in urls, postname always rings twice.Found a workaround… it might have had something to do with Advanced Category Excluder (ACE) and a special category I set up to exclude articles from the home page.