jefgodesky
Forum Replies Created
-
That did it! You might want to update the plugin on the WordPress plugin page, too. That version still produces the error. Thanks!
We are running PHP4, but that didn’t seem to do it. We’re still getting the same error.
Unless I’m not getting the update–I’m seeing “Last updated on 11/27” on the plugin page.
Forum: Fixing WordPress
In reply to: Best practices to shut down and archive a WordPress blog- I edited my themes to eliminate all dynamic material (closed comments, blocked registration, took off search, etc.)
- I used HTTrack to create a static HTML mirror (I would have preferred wget mirror as Otto42 suggests but I don’t have a Unix machine)
- I uploaded the archive to a subdirectory
- I updated my .htaccess to:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^anthropik.com
RewriteRule (.*) https://tobyspeople.com/anthropik/$1 [R=301,L]
Forum: Everything else WordPress
In reply to: RSS for child pagesNo, because you’re doing it wrong.
Wrong? See, I want all the other things that go with pages: the hierarchical organization (library -> authors -> essays), the irrelevance of chronological order, etc. Once the essay’s up, it never changes. It’s static. Sounds like a page to me. In fact, the only behavior I’m looking for that Page doesn’t already deliver is the RSS feed for new essays. It’s not a very active feed, mind you, but I think some of my readers would like to know when we occasionally add new essays to the library.
Forum: Plugins
In reply to: Google Coop custom searchsearch.php in my template uses the JavaScript from the CSE; “search” is an empty page that uses the search template.
Forum: Plugins
In reply to: Page Rewrite Rule for a CGI ParameterI’m not sure what you mean about it not returning results. Comes up under every OS/browser combination I can think of….
As for how it’s passing the parameters, they’re all right there in the URL:
‘cx=’ is the designation for my CSE
‘sa=’ is worthless, just the value of the submit button
‘cof=’ specifies where to put the ads
‘q=’ is the querySo the rewrite is pretty simple; it’s just translating /search/X into
/search?cx=A&cof=B&q=XForum: Plugins
In reply to: “Technorati Tagging” in WordPress 2.0Thanks! Conversion was quick and easy, and it provides a lot more functionality and support.