retro
Forum Replies Created
-
Forum: Plugins
In reply to: RunPHP is not runningMaybe you have to save the post first before you can enable this option. I know other plugins require you to at least save it as a draft first before their options will show up.
Forum: Fixing WordPress
In reply to: PHP code in 1.5 Strayhorn PagesTry a plugin called “RunPHP”
I see two of them when I look around, but I’m not sure what their similarities/differences are..
http://www.nosq.com/technology/2004/10/runphp-wordpress-plugin/
http://wp-plugins.net/index.php?filter=runphp&filter_search=Go…Forum: Plugins
In reply to: Comments & File UploadsRight, I guess I should have been more specific.. I am going to have a simple password protected page. I want to be able to provide the password to certain people and allow them to upload files through the comment form (ie by just adding another field) without actually having to visit the admin interface. The files would then show up as a link at the bottom/top/side/somewhere of the comment.
I imagine it wouldn’t be too awfully difficult to do something like that, but I thought if someone else had already done it that it would save me the trouble of much trial and error.
Forum: Fixing WordPress
In reply to: Wp 1.5 “page” as homepageIf the content is going to be fairly static on the homepage or if you don’t mind updating it manually, just create an index.php template page that doesn’t have the loop in it. You will have to create at least one template that DOES have the loop in it and assign it to your other pages and/or categories , however, or none of the pages/posts will pull content from the database.