I believe you would need to create Page Templates for each Page and in each template do a query post call for Posts for that Page.
Exp:
Page Template for Artists
would query posts for Category called : painters
something like that.
There may be easier ways to do this.
Can you be more specific?
You want to create 3 pages (for example), and have each one *also* output the content of a different post?
It makes me curious why you want this? If you can explain what you’re trying to do with it, maybe I could give you a better suggestion of what to do.
Hello, let me please explain more different way
let;s say i have my word press in 3 categories for example, projects , artworks, news (each category is a page)
now i want to write 3 different posts and my posts should go to one of these categories .
usually wp posts stay on home page or inside one page , now i wish to have my posts go in different pages
how possible please ?
Regards
Can you not use a custom menu to link directly to the categories. Giving the impression they’re pages, rather than new templates.
@ theApe
sorry i don’t understand what you mean
http://codex.wordpress.org/Appearance_Menus_Screen
You can add a menu link that links to a specific category.
You’ll then be using an archive rather than a page to show what you want.
That’s right. When you say “page,” I think you mean “the actual physical web page”, but in WordPress, “page” has a specific meaning, as a type of data.
Types include:
– page
– post
– archive (for category, date, author, etc.)
You just want 3 category archive pages. It’s easy. In fact, from the Appearance > Menu generator, you can create links to specific post categories.
yes you just understand me
i will do test
thanks a lot
Hello,
i’m very happy it is done by plugin called Inline Posts
http://aralbalkan.com/1016
thanks all