I want to have my client's blog feed into her template as in the WordPress blog setup here.
The page I am trying to customize is here
I cannot get this right and I am a newbie to WP. Any help would be appreciated!
Thanks.
Ah, sounds like you haven't setup "The_Loop".
"The Loop" is a term that refers to the main process of WordPress. You use The Loop in your template files to show posts to visitors. You could make templates without The Loop, but you'd only be able to display data from one post.
Here are some examples and extended information found in the WordPress Codex:
Oh and here's a really good tutorial on how to create custom themes and how to setup basic use of "The_Loop".
Web Designer Wall: Building Custom WordPress Theme
Hope this helps?
Derek M.
This topic has been closed to new replies.