why 404 error?


Author Message
steve

Posted: 9/30/2009
Quote message 

Why do I get a 404 error from the following code???

<span class="art-button-wrapper">

<span class="l"></span>
<span class="r"></span>
<a class="art-button" href="<?php wp_loginout(); ?>"></a></span>/code]

Can anyone help?
 
Garry

Posted: 9/30/2009
Quote message 

Did you change anything in that class after exporting your theme from Artisteer, otherwise you should provide some more details about the issue
 
Steve

Posted: 10/1/2009
Quote message 

Thanks for the reply Gary.

No, I didn't change anything in the css for that class. As I'm sure you know, its just a simple button used by artisteer with an href link in it to login or out. I placed the button at the top of my single sidebar.

It is strange that I can make it work perfectly in IE by taking out the href and quotes around the php link but in Firefox the text for the button is gone and it doesn't work. If you eliminate the php and substitute just an html page link, it works in both. Therefore, I believe it is something to do with the php link but I can't figure out what it may be. I'm not that well versed in php.

I hope you or someone can offer me some assistance with this as I'm building a wordpress site for fellow retired police officers who can't seem to find the link in the sidebar.

Thanks,
Steve


 
Garry

Posted: 10/1/2009
Quote message 

Steve,

Can you explain in some mode details but you actuslly wanna do with this button and why are you removing the href and quotes etc.