syrupcore
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Pages as sections?sure. you can also have a writings category and a photo category then list them separately by limiting the categories displayed in the loop.
lots of info in the forum by searching.
Will
Forum: Themes and Templates
In reply to: Last entree on non-wp pagedoes your front page have the require blog header in it? if not, add it, then add the loop and then just limit the number of posts displayed to 1.
Forum: Themes and Templates
In reply to: idiors guide?There’s no real reason to bump this thread but that has to be the funniest thread title I’ve ever seen.
🙂
WillForum: Themes and Templates
In reply to: wordpress.org style themeoops. they do link to squidfingers on the about page: http://wordpress.org/about/.
shame on me.
Forum: Themes and Templates
In reply to: wordpress.org style themeas far as I know, copyright notices only serve as an FYI. you do not need to list one in order for you to retain copyright.
not what you’re looking for but the background tile is from http://squidfingers.com/patterns/ he asks for a link back to his site. shame on wp for not providing one (at least in the css) particularly as they’re always asking people to link to them.
I dont have any ‘tips’ about how to create it but simplicity is not copyrighted. blix theme will get you largely there.
Forum: Alpha/Beta/RC
In reply to: WP Beta-1 releasedthanks podz.
Forum: Alpha/Beta/RC
In reply to: WP Beta-1 releasedIs there a document about what’s new and known issues somewhere? I’m searching around but can’t seem to find anything. the readme in the zip is for 2.0.
thanks,
willForum: Plugins
In reply to: titling plain php pages with variables?is this in the wrong thread? maybe it orta be in how to.
I’m still searching for the answer and not coming up with anything.
Forum: Plugins
In reply to: titling plain php pages with variables?weird. I just tested it by using a straight php include:
<?php include("path/header.php"); ?>instead of
get_headerand it works.Forum: Themes and Templates
In reply to: Anybody clever enough to design a WYSIWYG template editor?what about <template_tag> aware code editor for WP syntax highlighting? Aren’t them some editors out there that will allow you to import highlight files? Has anyone done this?
Will
Forum: Fixing WordPress
In reply to: [Tutorial] How to integrate WP in existing sitessorry to bump this old thread but I’m in the middle of doing something similar and was wondering why Viper might find it easier to *not use themes.
Thanks,
WillForum: Themes and Templates
In reply to: Positioned Elementsthanks vkaryl. that’s a weird one. when I test it on my laptop, there’s no flicker but when I test it on a regular CRT, it flickers the whole screen (looks like ff is too). I’ll need to dig a bit.
I can’t keep up with css-d! that’s the busiest list I’ve ever been on.
the top nav section is the sprites bit (one bg image). the thumbnails are just spans with the pics inside.
Will
Forum: Themes and Templates
In reply to: Anybody clever enough to design a WYSIWYG template editor?deleted.
Forum: Themes and Templates
In reply to: Anybody clever enough to design a WYSIWYG template editor?I assume carb uses vi to post to his blog? 😉
Forum: Themes and Templates
In reply to: IE and Mozilla troublessuggesting a hack always feels sorta dirty but you might try the tan hack.
* html #footer {
background:url(img/bottom.jpg) -1px bottom no-repeat;
}and variations from there to see if IE will behave. in case you’re not familiar, * html shouldn’t be read at all but luckily IE reads it. it’s a simple way to target that browser. more info: http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html
will