eddie_v
Forum Replies Created
-
Forum: Themes and Templates
In reply to: HELP with Freshy 2 – I’ve made a mess!Hmm. I’m sorry it’s not working for you. I usually just use outline elements, rather than the CSS debugging tools. I just keep trying stuff until it works, but then again I’m kind of a hack.
Forum: Themes and Templates
In reply to: Paging/pagination on index pageOh, wow. That’s pretty easy. Thanks alchymyth!
Forum: Fixing WordPress
In reply to: Blog all of a sudden blankThis is likely a PHP error. If you have access to server logs, check em out for the error message.
Forum: Themes and Templates
In reply to: HELP with Freshy 2 – I’ve made a mess!Lots of questions here, but let me answer with a unrelated resource: download the Web Developer toolbar Firefox extension. Use Outline->Outline Current Element to troubleshoot design iterations. You may be able to figure these out yourself.
Forum: Fixing WordPress
In reply to: wp_get_recent_posts includes drafts?What a great help. Thanks Michael!
Forum: Fixing WordPress
In reply to: Can someone tell me how this link works?“/whatever.html” – root
“./whatever.html” – current folder
“../whatever.html” – one folder up
“../../whatever.html” – two folders up
etc.same holds true on the command line.
Forum: Fixing WordPress
In reply to: wp_get_recent_posts includes drafts?Thanks for the replies. Both are promising, but I can’t tell if they’ll deliver. I want to do a 10 post offset.. hoping I can get away with using wp_get_archives() but might have to just hack the core function.
Forum: Fixing WordPress
In reply to: Can someone tell me how this link works?Anything with “/whatever.extension” goes to the server root.
So a link to “/about.html” on a page at the URL http://www.whatever.com/whatsup/with/this would still link to “http://whatever.com/about.html”
If you wanted to link to http://www.whatever.com/whatsup/with/this/about.html you would have to make the link “about.html” instead of “/about.html”
Forum: Themes and Templates
In reply to: Remove ‘Turbo’ link in admin-headerI was hoping it might be hiding somewhere in the $menu object. Anyone know for sure?