jcostom
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Stats not showing up for jmonkeyengine.com/blogLook at your theme, find where it creates the
</body>
tag. many times, it’s called something like footer.php.Be sure there’s a call to wp_footer() in there.
Mine looks something like this:
..... <?php wp_footer(); ?> </body> </html>
Forum: Fixing WordPress
In reply to: Redirect 2 old post ids to new ids?I’ve tried removing the L flag from those 2 lines, and it doesn’t make a difference..
Anyone have any further thoughts?
Forum: Everything else WordPress
In reply to: My content was lifted, in its entirety…Yeah, looks like I’m going to lift the CC license..
I’m not like infuriated or anything, it’s just mildly annoying.
At least he did attribute the post… Sure would have been cool if I could have printed out encyclopedia articles and turn them in with attribution back in school. ??
Forum: Installing WordPress
In reply to: Live Comment PreveiwFor any interested parties, I did a bit of a hatchet job on this plugin (v1.7) to include support for Textile markup.
The diff is available at https://www.jasons.org/hacks/
Forum: Fixing WordPress
In reply to: Can’t Upload Files/ImagesHapax is right on!
In 1.5, I could specify an upload directory, which is my preference. I just noticed that in 2.0 that option seems to have flown the coop.
Here’s my vote: Put the option back and don’t break the previous functionality!
Forum: Plugins
In reply to: New Plugin: Cannonical URLPerhaps I’m missing something.. Unless you’re on a non-Apache server, which isn’t the case for you, at least, what’s the benefit here? If you’re on an Apache-based server, why not just use mod_rewrite?
Forum: Your WordPress
In reply to: projectnothing.comI believe anywhere in the <head> section would be fine.
Forum: Fixing WordPress
In reply to: xml rpc problem while moblogging..anyone ever get this thing to work? I’m getting exactly the same error using WP 1.5.2 with Azure 0.5 on my Nokia 9300, and yes, I’ve got the right XML-RPC url… ??
Forum: Your WordPress
In reply to: New blog up with connections modified. Tell me what you think!Your page says it’s valid XHTML, but it doesn’t validate. You’re also using the <center> tag..
Forum: Your WordPress
In reply to: Ok, let me have it…Hmm… That’s odd.. Perhaps it’s the PeeCee I’ve got here to work with. Thx for the feedback!
Forum: Fixing WordPress
In reply to: Any perl to xmlrpc sample scripts available?back when i was using movable type, i hacked together something that used xml-rpc to process an incoming email, upload the attached files via xml-rpc and then post using xml-rpc. it requires several modules, but you’ll see what you need near the top of the script.
I was just using it for messing around with moblogging. I’m sure it won’t be exactly what you’re looking for, but it should give you a good start…
Forum: Fixing WordPress
In reply to: Simple search, similar to textpattern?Phu strikes again!
Many thanks for this simple solution…