poe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: i need use Permalinks in category ?You can’t. WP is PHP not html.
Forum: Fixing WordPress
In reply to: htaccess goof! Please help!well you can login here
http://www.avimarcus.net/wp-login.php
but it appears things are fubal anyway. something with css
Forum: Fixing WordPress
In reply to: I vae installed wordpress in my account onYou don’t register at wordpress.com to use WP that has been installed on your own server… you log in using the username and password you were given when you installed.
Forum: Fixing WordPress
In reply to: Trouble with requiring wp-blog-headerThis page explains and resolves this problem:
http://www.ardamis.com/2006/07/10/wordpress-googlebot-404-error/
Forum: Fixing WordPress
In reply to: I vae installed wordpress in my account onForum: Fixing WordPress
In reply to: I vae installed wordpress in my account onyourdomainame.com/wp-login.php
or
yourdomainame.com/WHATEVERDIRECTORYYOUPUTITIN/wp-login.php
Forum: Fixing WordPress
In reply to: Trouble with requiring wp-blog-headerYou have to try things. You have to debug your code. You have to explain WTF you’re doing, at the very least. We can’t do any of that for you, because we’re not there and we don’t have access to your stuff.
We’re programmers, not magicians.
Um…. COUGH? WTF? I’m rather confused because I explained exactly what the problem was in the first place. Pages using require wp-blog-header go to a 404 page. I most certainly HAVE tried things and debugged my code for about two weeks now before I asked my question. Believe me, I won’t be asking anything here again.
Forum: Fixing WordPress
In reply to: Trouble with requiring wp-blog-headerThat code you posted doesn’t actually do anything. It includes the WordPress functions, but causes no output, no changes, no nothing.
I know it doesn’t actually do anything… Ok, let me try to elaborate. I’m using the require wp-blog-header so I can incorporate non WP pages (my writing, etc) into my WP theme. Example:
<?php require('../wp-blog-header.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen"/> <title>The Color Of Dreams | Once Upon | STORY TITLE</title> </head> <body> <div id="container1"> <div id="top"></div> <div id="container2"> <div id="main"> STORY HERE</div> <?php get_footer(); ?>On those pages and ONLY those pages, when using Internet Explorer, they go to a 404 error page instead of the page. In Firefox they work fine. Blog posts and pages work just fine but when I make pages that way, IE doesn’t like them.
Did that explain better? Sorry I thought I made it clear the first ime 😀
Forum: Fixing WordPress
In reply to: Trouble with requiring wp-blog-headerUm. I explained exactly what the problem is. I said:
I’m using
<?php require('../wp-blog-header.php'); ?>to incorporate the rest of my site (my writing mostly) into my WP theme. It works fine as far as I know in Firefox but in IE, it almost always goes to a webpage not found screen on THOSE pages.
Forum: Fixing WordPress
In reply to: Trouble with requiring wp-blog-headerAnyone?
Forum: Fixing WordPress
In reply to: Chaning links in posts and ‘hover’ colors?Go into your stylesheet and change the colors in the part below to #ffcc66. It’s right near the top.
a { color: #FFF; text-decoration: none; } a:hover{ text-decoration: #FF9900 underline; }Forum: Fixing WordPress
In reply to: Add a new blogger (user)It sounds to me like you’re logging into the admin panel as a user, not an admin? Log in as an admin and all options will be available to you.
Forum: Themes and Templates
In reply to: Container Issue I ThinkNevermind… trying something different 😀
Forum: Installing WordPress
In reply to: Need Help With Getting StartedThat was an excellent idea boxersheppard…
Forum: Fixing WordPress
In reply to: HOME PAGE PLEASE HELPadmin panel/settings/reading and then select a page to be your static or “home” page. If you don’t have any pages written, this option won’t appear.