lintmagnet
Forum Replies Created
-
Forum: Your WordPress
In reply to: Views from “The Other Platform”Thanks, Shadow. So, it works in Firefox on both platforms, IE for Mac but not for Windows, and not on Safari. Sheesh. I don’t know how I’m going to fix this one.
Forum: Your WordPress
In reply to: Views from “The Other Platform”Actually, I was looking for screenshots of my own site. Guess I didn’t make that clear. I’m not exactly thinking straight. I’m two days from leaving Iraq. My thoughts aren’t what you could call ‘coherent’.
Sorry about that.
Forum: Themes and Templates
In reply to: The _e() functionOkay. Thanks Nuclear Moose.
Forum: Themes and Templates
In reply to: The _e() functionOkay. So, if I were designing my own template, I could, technically, do without those function calls. Is including them part of the WordPress coding ethic?
Forum: Your WordPress
In reply to: Site check requestedLooks great, save one thing. The meta text under the posts (Filed under, Permalink, etc.) is pretty unreadable at normal text size in Firefox. If I bump it up once, it’s okay though. Other than that, I like it.
Forum: Themes and Templates
In reply to: The _e() functionDoes the reader’s selected language have any impact on this? Meaning, if someone in, say, China is reading my site, will things inside the _e() function be translated into Simplified Chinese? Or does this rely on the language selected in the WordPress options?
Forum: Themes and Templates
In reply to: static html pages for individual postsYou can use mod_rewrite. What it does is make http://www.yoursite.com/index.php?this=that&yes=no look like http://www.yoursite.com/this/that/yes/no or whatever you want.
Go to Options > Permalinks in the WordPress admin area. Read the instructions, decide how you want your links to look, write it out, then click Update Permalink Structure. What that will do is create some text for you to copy and paste into a file called
.htaccesswhich sits in your root directory. Open it up (through your hosts’s file manager program, probably) edit that file, and paste that stuff in there. Should work like a dream.Forum: Themes and Templates
In reply to: image between postEr… you should put it just below that PHP line. I’ve been sitting here too long, I think.
Forum: Themes and Templates
In reply to: image between postI think so. It would be relatively simple, though. Something like
<img src="/path/to/image.jpg" alt="some alt text" />and you’d put this just about the line that says
<?php include(ABSPATH . 'wp-comments.php'); ?>which assumes that you’re using the standard WordPress index.php file, of course.
Small disclaimer: I’ve just started delving into the code of WordPress, so I might be off on this, but I think I’ve got a good enough grasp of the Loop as far as this goes.
Forum: Installing WordPress
In reply to: Upgrade from 1.2.1 to 1.2.2?Thanks, podz. I think I’ll give Verve a call and let them know about the new version.
Forum: Plugins
In reply to: Problem with Time Since and Link ManagerYep, that did it. Thanks.