dla4422
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_list_pages with post thumnailThanks. I’ll try these out and let you know how it goes.
Forum: Plugins
In reply to: Sidebar list creatornot a bad idea, but still maybe a little confusing for the client. You start creating rules that make wordpress not function very well as a cms. “Go to “pages” to edit your pages… and this one list in the sidebar.” It seems unnecessary. I guess WordPress isn’t meant to be a CMS. Or it could just be my last of knowledge.
Thanks for the idea.
Forum: Fixing WordPress
In reply to: Adding query_post to static page templatefound this plugin http://guff.szub.net/2005/01/27/get-a-post/
Did exactly what I was trying (not well) to describe. Thanks.Forum: Fixing WordPress
In reply to: Adding query_post to static page templateIf I were to use query_posts() to show a specific post outside of the main loop, I would need to include it in a separate loop. Does using custom fields eliminate the need to have a second loop? Can I just use the template tag?
I tried using query_posts in a custom field to call one post from a category once inside of a second loop, once with just the template tag. Nothing showed up with either method. Should one of these methods work? If so, I’m sure there’s something wrong in my code.
FYI, here’s what I’m working on http://derekwrites.com/ican/?page_id=17.
Currently I’m using a custom field to pull in the copy in the hero space–just html. I’m trying to make it so that when the client writes a post categorized “services-banner” it automatically updates this area. All I want to do is use a custom field to show the post in that hero space. Suggestions…
Sorry if this is confusing. But, thanks for your help. Much appreciated. Sorry if I’m not doing a very good job of explaining.
Forum: Fixing WordPress
In reply to: Adding query_post to static page templateAny idea how I can use custom fields to show only the most recent post from a specific category outside the loop?
Forum: Fixing WordPress
In reply to: Adding query_post to static page templateLooks promising. Thanks.