deadceasar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: commenting without a post?fyi, i went back over the Loop business and understand it much more now. all i needed in my page was the essential parts (the if an the while); deleting everything else (post title, date, content, tags, etc).
thanks for the spotlight, moshu.
and the links, k-man.Forum: Themes and Templates
In reply to: My sidebar is in my footer!they’re duplicated because you have both sidebar divs called twice. Delete the second set, silly.
Forum: Themes and Templates
In reply to: Theme doesn’t look rightthe cropped box at the top is actually the image for the footer at the bottom. if you know your way around your stylesheet, check that the proper images are being called. you should have at least 3 with this design (1 for the header, 1 for page, and 1 for footer). if not, check with the theme provider, they may have been forgetful.
Forum: Themes and Templates
In reply to: pulling recent post from categoryread up on php queries. i’m sure you’ll find a solution to your particular need if you do. i did.
Forum: Themes and Templates
In reply to: Resizing Thumbnails With CSSi use a simple em method for my gallery. for example:
img {width:25em; height:34em; }
of course ‘img’ will be whatever you wrap your images in, but you can then tweak it however you please.
hope that helps.
Forum: Themes and Templates
In reply to: commenting without a post?it’s not that i’m giving up, but rather it’s getting late here and i have an early start in the morning. anyway, here are the links you’ll need.
thanks for all your help, by the way.
Misc gallery.php
http://paste.uni.cc/17960Single Post.php
http://paste.uni.cc/17961Blog
http://mcgrewsmusings.com/–edit– scratch that, i forgot i took the template out of the gallery. here’s the revision:
http://paste.uni.cc/17962Forum: Themes and Templates
In reply to: commenting without a post?nevermind. this is more trouble than it’s worth.
Forum: Themes and Templates
In reply to: commenting without a post?link’s busted. i can’t get in. i’ll have to work up a new page template to get the code to you, unless you have an alternate route.
Forum: Themes and Templates
In reply to: commenting without a post?sorry moshu, that doesn’t help me much. reading up on The Loop speaks only about calling posts, which i don’t have any. could you possibly point out where my ‘Loop’ is in the page provided?
what you said was the wrong place is exactly where i put it in my single post.php (which works). i just don’t get it, man.
Forum: Themes and Templates
In reply to: commenting without a post?moshu,
i did that and it led me to this investigation. i thought i had previously made it known this was a page and not a post. sorry for the confusion. anyway, i temporarily put the call back into this page so you can maybe better understand. who knows, maybe it will work for you, but it sure a hell ain’t workin’ for me.
http://mcgrewsmusings.com/?page_id=190
edit– i’m assuming all i need is the single call for the template, yes?
Forum: Themes and Templates
In reply to: How Do I Align “Related Posts” Plugin?i would suggest throwing both div.classes into a single div.id, then call Related Posts first and float it right. You may need to tweak it a bit more after that. That’s how i use my Previous and Next links.
of course, that’s just simple coding. i don’t know if will work with your plugin.
hope that helps.
Forum: Themes and Templates
In reply to: commenting without a post?ummm, unless i’m misunderstanding the attachment.php, this is solely for inserting images from the Write admin panel. no? My gallery isn’t set up that way. All images are hard-coded with -a hrefs- (and some serious hover and span action also).
click on a panel and check out the source:
http://mcgrewsmusings.com/?page_id=180sorry if i’m just ignorant.
Forum: Themes and Templates
In reply to: commenting without a post?mfields,
i’ll look into the attachment method. i noticed previous themes that i’ve used had that file, but i’ve customized my current theme from top to bottom and no longer have it. thanks for the reply!
nice imagination you have there!
Forum: Themes and Templates
In reply to: commenting without a post?come on, moshu! there’s got to be a way. do you suppose that scripting a different template php would work? not that i would be able to do such a task with my current understanding of the language.
Forum: Fixing WordPress
In reply to: help with verticle menusnevermind. i figured out a way to add a script to do the job. the lack of response is disconcerting, though.