WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: tu.sha on March 21, 2008, 01:17:03 PM

Title: how to link news to other page - solved
Post by: tu.sha on March 21, 2008, 01:17:03 PM
didnt find answer here :(

i have "news block" at the left of my template.
page_content(2)

at the center of the page i have page_content(1)

but when i open news, its address to itself - i mean its opening in the same left column...

what i need to do to keep news unopen at left on the same page with open item in the center?
Title: Re: how to link news to other page
Post by: kweitzel on March 21, 2008, 06:01:27 PM
Have a look at the "any_news" snippet. Put it instead of the content block you currently use and make a seperate newspage.

cheers

Klaus
Title: Re: how to link news to other page
Post by: tu.sha on March 21, 2008, 06:51:18 PM
oh...  it works! )))

1. other page with news in backend
2. on the first page (for example) in left colum - function call: <?php display_news_items(0,4,0,2); ?>

easy. thanks! yep. :)