albern
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get user to register or loginThank you.
Forum: Fixing WordPress
In reply to: How to get user to register or loginThank you for the answer. I’m affraid, you did not get me correctly.
I need the WP login/register form to be the first page ever user arrive when he comes to the website. Just like when you come to the admin login area.
I tried to use redirection: header(“/wp-login.php”), but I’m getting an error: headers already sent byForum: Themes and Templates
In reply to: Fatal Error while trying to get parent page permalinkThank you for replying to my post.
I tried this and I get the page itself link, not the parent page link.Forum: Themes and Templates
In reply to: customize headeryup, it displays just alt, but not the image.
This is how I use it:
<div id=”header”>
<img id=”logo” src=”images/castell_3.jpg” alt=”site logo”/>
<img id=”name” src=”images/home_name_1.gif” alt=”site name”/>
<p>Fantasy and Futuristic Romance Author</p>
</div>and this is CSS:
[CSS moderated as per the Forum Rules. Please post a link to your site instead.]
may be this is something wrong with the code?
it displays the header background though, which is from the same folder.