Ryan Fitzer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding php files to ThemeGlad to hear you got it. Could you post your particular solution for other benifit as well as mark the post as resolved (drop-down up top).
Forum: Themes and Templates
In reply to: Adding php files to ThemeSecondly, I can’t find a way to specify template page in the Write Page area. The only options in the right sidebar are: Discussion, Password-Protect, Parent, Post Slug, Post Author and Post Order. There doesn’t seem to be a link here for selecting page order.
You have to go to Write > Page and not Write > Post. You can not put archives in a post. Pages and posts are very different.
This might help a little more:
Forum: Installing WordPress
In reply to: How do I…When I go to http://www.breakthestar.com/wordpress/ I get a lot of php errors. You need to have it at least working in that directory before worrying about getting to show up directly from http://www.breakthestar.com. But when you do, you’ll have to delete the index page you currently have in your root directory (this one: http://www.breakthestar.com ) and replace it in the manner I specified above. Good luck.
Forum: Plugins
In reply to: Page excertps in sidebarThis thread might be a good place to start.
Forum: Everything else WordPress
In reply to: Moving existing posts with blogYou would need to move the database (this is where the posts are stored) to the new host. Go to Manage > Backup and backup the database (make sure the plugin is activated) and then install it on the new host. Not sure exactly how to go about doing it but it’s a start.
Forum: Fixing WordPress
In reply to: Always send user to Write PAGE (not post)You can edit the core files of WP to change the order of the write page’s sub menu so that “page” diplays by default instead of “post”. It takes a lot of combing through wp core files to find what you need. It will also be erased when WP is upgraded.
Forum: Fixing WordPress
In reply to: Users Passwords Keep Getting RejectedHave you had the users give you their password for you to test?
Forum: Plugins
In reply to: Multi-user blogging issueThis is what I use:
Forum: Fixing WordPress
In reply to: can’t see archiveCreate a template page for the archives and when writing a page in the wp admin, select the template you want for the page (in the sidebar).
Forum: Installing WordPress
In reply to: Mac OS X, PHP5, WordPress 2.0.3This thread might help.
Forum: Fixing WordPress
In reply to: Dropping the TableSounds like phpmyadmin would do the trick. I’ve never used it though.
Forum: Fixing WordPress
In reply to: I have a totally blank page….What is the name of the folder you installed WP into?
Forum: Fixing WordPress
In reply to: Posts with ? marks addedVery weird. Not sure where to start on that one. Have you altered anything recently?
Forum: Themes and Templates
In reply to: Moving SidebarsYou would alter the css to reflect the layout you would like. If they are all floated right then you start by floating them left (this depends on the original css).
Forum: Themes and Templates
In reply to: Adding php files to ThemeMake the template page with the custom loop you want with this at the top and put in your theme’s folder:
<?php
/*
Template Name: Place name here
*/
?>Then in your admin create a page and in the right sidebar specify your new template page for the new page your creating. It’s nice and easy.