sciencebase
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show the Tag Cloud Outside of the Blog?> First, you cannot** use PHP code on a page that ends with .html
Of course you can. You just add a little snippet of code to .htaccess to tell the server to read a .html file as a php file. Indeed, I have some legacy pages on my sciencebase.com site that have the .asp extension but I set them to render as php.
The necessary code is
AddHandler application/x-httpd-php5 .php .html .htm .asp
Forum: Plugins
In reply to: [Plugin: WP Super Cache] sem.acquire() warning while creating/updating pagesI (foolishly) upgraded the plugin to version 2.6.1.0 (August 20, 2008) before upgrading WP itself to 2.6.1 and saw this error on my static homepage in root, but not on pages in the WP blog folder or elsewhere on the site, which was odd. Your hack seems to have fixed things though. I wonder whether it has anything to do with the fact that I’m using the technique described here
http://www.sciencetext.com/how-to-make-html-pages-work-like-wordpress.html
to make WordPress render on normal html pages…
Forum: Fixing WordPress
In reply to: 500 Errorhave you checked with your host/server? Did they change Apache or anything?
Forum: Installing WordPress
In reply to: Upgraded to 2.5, now pages don’t display…WTF?I’ve got a IIS site running a WordPress blog and we had all kinds of problems getting permalinks to work, but it is possible. Anything’s possible, it just takes time and effort.
Forum: Installing WordPress
In reply to: The version 2.6 will not work! Dont install!I used the WordPress Automatic Upgrade plugin with great success on my main blogs but with a heap of 500 internal errors on a lesser blog. I think servers and hosting can be temperamental and it depends on their exact config as to how successful an installation is.
Some interesting thoughts about upgrading WP here http://www.sciencetext.com/now-is-the-time-to-upgrade-wordpress.html
Forum: Everything else WordPress
In reply to: including wp-blog-header.php in external php fileHahahah, the image of you killing some poor old dying horse…not nice. I think the phrase you were after is “flogging a dead horse”. I.e. doing something totally pointless as in whipping a deceased equine.
db
Forum: Fixing WordPress
In reply to: My WP 2.3.3 was hacked666 is not safe…it’s the number of the beast!
Forum: Fixing WordPress
In reply to: Batch edit post categoriesI used the Batch Categories plugin in when I imported my site from Blogspot Blogger to a self-hosted WordPress installation. Worked wonders.
db
Forum: Themes and Templates
In reply to: Finding a theme with tabs uptopI inadvertently created a minimalist theme at (by failing to upload image folder), and then deliberately added a tabs once I realized it looked better than the original theme. What I’d like to do is export the theme so that other people could use it. Is that possible?
db
Forum: Fixing WordPress
In reply to: Embedding WordPress blog in an HTML file?If I’ve understood your requirements correctly, then what you need to add to static html pages to make them look like they’re part of your WordPress blog is outlined here. be careful with the quote marks
http://www.sciencetext.com/how-to-make-html-pages-work-like-wordpress.html
db