mattaudio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I redirect logged in users back to my blog?That worked great… I am rather unfamiliar with the variables so I thought I would ask the experts. Thanks for your help!
Forum: Themes and Templates
In reply to: Adding a user welcome to template headerSweet! Thanks! Check it out: http://www.users.csbsju.edu/wprecord/
Forum: Themes and Templates
In reply to: Adding a user welcome to template headerOkay now it shows up when I’m logged in. The only problem is that it calls the user nickname to display. I can’t seem to find these
user_tags in the codex. (I’m looking here) Is there a place that lists these tags?Also: Is it easy to say if nobody is logged in, display something like
Welcome | Register? Thanks so much!Forum: Themes and Templates
In reply to: Horizontal scrollbarI can’t seem to connect to your server.
Forum: Themes and Templates
In reply to: Adding a user welcome to template headerHey I couldn’t look at this yesterday. It’s right after
<div id="header">insideheader.php. I changed it so all that code above is inside another<div>instead of a<p>.It still doesn’t seem to work. The odd thing is it looks fine if I just put in regular text w/o the PHP. Any ideas?
BTW, it is a template I’m making for this newspaper that’s still in progress. Thanks!
Forum: Themes and Templates
In reply to: Adding a user welcome to template headerHere is the page. It should be at the top, right above the logo.
Here’s my non-theme test page that I’m trying to imitate… check it out to see what I had. Everything is contained within a p tag with class “topline”.
Thanks so much for helping me!
Forum: Themes and Templates
In reply to: Adding a user welcome to template headerI pasted that code in my header and for some reason nothing shows up, not even in the source, as long as its inside that if. I don’t know PHP very well, so I don’t know what would keep it from working.