syni
Forum Replies Created
-
Forum: Your WordPress
In reply to: CSS Reboot Spring 2006I tried my luck at using K2 as a framework. 🙂
http://avalonstar.comForum: Themes and Templates
In reply to: New Theme: ChaoticSoulI think the hardest thing for me was making one of my old “portfolio” layouts into a “blog” layout. But I’m glad you guys like it. 😉
Forum: Themes and Templates
In reply to: New Theme: ChaoticSoulLet’s hope so. 🙂
Forum: Plugins
In reply to: Coming Soon v2 LiteHow does it know how far you are on a draft?
Forum: Fixing WordPress
In reply to: Call Posts By Number of CommentsThank you! I had no idea about the “setup_postdata” function.
Forum: Fixing WordPress
In reply to: if(is_latest()) exist?Thank you! That works perfectly!
Forum: Fixing WordPress
In reply to: if(is_latest()) exist?Thanks Alphaoide. Is there a way to do this on a single post page too?
Forum: Fixing WordPress
In reply to: if(is_latest()) exist?Yeah, but I want certain images to change depending on if the post is the latest or not. So, I’m confused. :p
Forum: Plugins
In reply to: Memorable Posts Plugin?Thanks, it was something like that… 🙂
Forum: Plugins
In reply to: New Plugin: Draftlets( Wishes bbPress showed if anybody viewed the thread. :] )
Forum: Everything else WordPress
In reply to: PHP EquivalentOkay, I was putting something together on how to call stylesheets by page, and I know how to do it in WordPress, but I was getting ready in case anybody asked how to do it outside of WordPress.
Forum: Fixing WordPress
In reply to: Header per category / page / homeNow, could you also do this with pages? Like if I wanted a certain page I created to have a certain header image could I just do:
elseif(is_page('journal')) echo('headerx')Would that work? And if so, journal in this example would be the slug of the page, right?
Forum: Fixing WordPress
In reply to: Images specified in Custom FieldsAwesome! It works!
Forum: Fixing WordPress
In reply to: Images specified in Custom FieldsHaha, well, I guess I have a hard time thinking outside the box when it comes to PHP and stuff like that. Thanks Kafkaesqui, I was hoping that you’d come up with something. 🙂 I’ll try this out.
Forum: Fixing WordPress
In reply to: Images specified in Custom FieldsWell, reading the Codex article about Custom Fields, I don’t think you can specify images as meta data… so is there any possible way to do this?