uncommon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Question about HashCash plugin and v1.5Thanks, it’s working now. I think either I didn’t get the WP1.5 version, or maybe I downloaded the files wrong – I just copied the text since I didn’t see the download link at the bottom of the page.
Forum: Fixing WordPress
In reply to: Question about HashCash plugin and v1.5Is the manual install the only thing that works it WP1.5? I put the HashCash files in my plugins directory, but it doesn’t show up in my plugins admin page.
Forum: Fixing WordPress
In reply to: the_meta not workingOK, I figured it out. It was because I was including wp-config.php instead of wp-blog-header.php; I did that because wp-blog-header seemed like it was set up to only work in the same directory as the rest of the WP stuff. But I guess that’s not really true.
What it boiled down to was the variable post_meta_cache wasn’t getting set up.Forum: Fixing WordPress
In reply to: the_meta not workingYou mean wp-includes, right? Because that’s where it is, and the function looks right.
Forum: Fixing WordPress
In reply to: the_meta not workingI kept the definitions from the default CSS file. But I’ve examined the generated HTML, and there’s nothing there.
Forum: Fixing WordPress
In reply to: the_meta not workingYes, there’s one key and it has a value.
Forum: Fixing WordPress
In reply to: the_meta not workingYes it is:
<?php the_meta(); ?>
<?php the_content(); ?>
<?php edit_post_link(); ?>
The rest of the content appears fine.Forum: Plugins
In reply to: Making a custom single-category pageThanks! That helped a lot.