subtype
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ready to give upDepending on the theme you’re using, if you look in the folder wp-content/themes/ for a file called style.css, open it up and find the style for .header and set the background like this:
.header {
background: url(images/header.jpg) no-repeat;
}where header.jpg is the image you want up there and it is placed in wp-content/themes/images/
You may have to adjust the width and height of the .header class to fit your image. If you want it to not be a background image, but one you can click on, to link to the home page for example, remove the above code, and open header.php and in the <div class=”header”.. area put the img in there in an <img src tag.
Forum: Requests and Feedback
In reply to: Art Gallery on WordPressWhere’s the plogger plugin?
Forum: Plugins
In reply to: Suggestions on simple photo galleryAnyone ever used Plogger? Does it integrate well within a WordPress Page?
Forum: Fixing WordPress
In reply to: Displaying Category PostsThat doesn’t work – I tried get_the_category(); with no success.
Forum: Fixing WordPress
In reply to: Displaying Category Postsanyone? anyone at all?
Forum: Plugins
In reply to: wp-tables plugin, table idCool, thanks.
Forum: Fixing WordPress
In reply to: W3 Validator Error I can’t FixYes, I have opened the file in these editors:
WordPress Theme Editor
WordPress WYSIWYG editor (then turned it back off)
Microsoft Wordpad (I had to touch Windows, icky! icky!)
BBEdit on Mac
EditPlus (Windows icky! icky!)
EncodingMaster
Two hex editors and an ASCII editorI even SSH hashed into the file on my mac using Vi and every single one of these has the <!DOCTYPE starting at line one, column one… there’s nothing there! I know about hidden BOM (Byte Order Marks) but i cannot see them, kind of like quantum physics, we know it’s there but we cannot see it; just its effects.
Can someone tell me for certain if that is indeed what I am dealing with, is BOM marks, or is something else wrong with my code? I doubt it is that, I have copies/pasted that first line from like 6 other themes including default and I get the same error. I even created a new file using Unicode UTF-8, No BOM set in my editor, and I STILL get the damn marks. I know it is something simple, but what is it?
How would i check if a plugin inserted them?
I use:
wp-tables
EXEC-PHPthat’s it.
Forum: Fixing WordPress
In reply to: Why is IE doing this to me?I figured someone here had brains enough to use a mac 😛
I have looked at this file in hex edit and EncodingMaster for mac and cannot see the characters… any idea? The error is:
Line 2 column 0: character “” not allowed in prolog.
���<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3
although my doctype starts n line one and there’s no line breaks
Forum: Fixing WordPress
In reply to: Why is IE doing this to me?What’s a good editor for mac that can do that?
Forum: Fixing WordPress
In reply to: Why is IE doing this to me?I still can’t find a way to delete the BOM characters after reading all of this. It tells me everything about what they are but exactly how do I delete them? Is there a specific editor that can make them visible, a script I can run to parse them or…?
Forum: Plugins
In reply to: wp-tables plugin, table idGood question. Is it required for validation like the alt and name tags?
Forum: Plugins
In reply to: Exec-PHP / wp-table pluginsBump…
Anyone?
How is it that I can execute html code from within a table but not PHP?
Forum: Fixing WordPress
In reply to: Pagination error… when use query_posts() ??I have the same problem.