Choosing where Posts appear


Author Message
Steve

Posted: 1/5/2010
Quote message 

Is it possible to create a theme whereby posts can be set to appear on different pages, depending upon it's category?
 
Garry

Posted: 1/5/2010
Quote message 

You can display your category list on your sidebar and when someone click on a category it'll take him to another page.
 
Steve

Posted: 1/6/2010
Quote message 

Well yes, but that does not answer my question or I did not make myself clear. For example on my menu bar, I want a page called News and another called Services. When I create a post in the News or Service categories, I want it to appear on the correct page.

Can I create an Artiseer template that will accommodate this?
 
Dave Porter

Posted: 1/6/2010
Quote message 

Hi Steve,

This is a much discussed topic, but the bottom line is that Artisteer does not do it out of the box, so you have to look at either doing some modifications yourself or using a menu-plugin that allows this.

Perhaps this thread may assist:
http://www.artisteer.com/Default.aspx?post_id=116835&p=forum_post

cheers Dave

 
Garry

Posted: 1/6/2010
Quote message 

@ Steve

Artisteer doesn't support displaying categories in main menu but you can do it manually as following:

After creating categories and assigning posts to them, you can list your categories using a template tag like get_category_link() "http://codex.wordpress.org/Function_Reference/get_category_link"

And when someone clicks that link it'll take him to posts under that category.