DianeV
Forum Replies Created
-
Forum: Themes and Templates
In reply to: TitleThis can be done. Have you taken a look at the style.css file of the theme you’re using?
Forum: Everything else WordPress
In reply to: No comments shows as post title?To add to what Otto42 said, it would be simple to set up a CSS class that makes the “No Comments” text *look* like an H2 tag (but not *be* an H2 tag).
Forum: Your WordPress
In reply to: Here one minute, gone the nextIf it’s this one, looks okay to me:
http://nycgraphix.com/blog.htmlForum: Your WordPress
In reply to: Here one minute, gone the nextIs there *any* theme on your server?
Forum: Fixing WordPress
In reply to: Blog seems to have vanished! Empty page!Did your host reply to you?
I ask because there’s no reason that changing permissions on that one folder should have caused the problems you’ve detailed.
What it means is that, unless your web host has enabled the use of mod_rewrite, then using the “pretty” URLs will not work.
Forum: Themes and Templates
In reply to: problems editing index.php as not all script there…“Files” are separate … files, so they’re not “next to” anything.
By the way, your page expands to the full width of the monitor and requires more (part of the right-hand side gets chopped off, even on my 30″ monitor).
Forum: Fixing WordPress
In reply to: Performance Issues in Mac OS X ServerThat’s good data. Thanks for posting it.
Forum: Fixing WordPress
In reply to: linking to FTP uploaded MP3Hm. I may have misunderstood what you wrote.
If your mp3 is here: site.com/folder/somesong.mp3
then link to it there:
[audio src="http://site.com/folder/somesong.mp3" /]Forum: Fixing WordPress
In reply to: linking to FTP uploaded MP3> I have uploaded an mp3 file to using FTP and it doesnt show up in manage>uploads
That’s correct. It wouldn’t, since you didn’t use the WordPress internal uploader. Just figure out where you uploaded it via FTP, and link to it there.
> I even tried creating a hyperlink directly to the folder/mp3 and it doesnt work.
For something like this, you need to link to a file, not a folder.
Forum: Installing WordPress
In reply to: Regarding the post below by ‘dibs’Strange. If you uploaded your entire wp-admin directory, the stylesheet that controls the display should be there. It’s named wp-admin.css.
If you’ve tried to update /wp-admin files, you may have deleted the stylesheet.
Forum: Installing WordPress
In reply to: Upgrading WP 2.0.7 to 2.0.9Ah, thanks. That makes all the difference — and that fact probably ought to be mentioned in both the blog and the Codex.
Thanks so much. 🙂
Forum: Fixing WordPress
In reply to: Blog seems to have vanished! Empty page!What version of WP are you using?
Forum: Plugins
In reply to: Most commented postSomething like Brian’s Latest Comments might help:
http://meidell.dk/archives/2004/09/12/brians-latest-comments/Forum: Fixing WordPress
In reply to: How Can Visitors Comment on My Blog?It’s a little hard to tell what’s happening because you have not included a link to your blog.
We could spend a lot of time guessing, but guesses don’t help if we can’t see the blog.