Content Query Web Part and News Site
I want to create a news site in which there will be two sort of pages:
- Home Page: showing the main updated (last) article today.
- News Page: showing a selected news.
Both pages should look like a simple news site (showing the main article) and both should have related last news on the side.
What I want to do, is a lot like what's mentioned in the site: Link
Problems:
- This site only shows how to create the related news and not the main article.
- I wanted to know how to do the same thing only without a news site (meaning a simple list with a Wiki field where the picture should be)
- How can I (hoping its possible) take a Wiki field in CQ开发者_运维百科WP and add smaller "width"?
Thank you in advance, Mor Shemesh.
- Create a publishing site
- On the default.aspx put s Conent Query web part, configure it to show 1 article, sorted by date in decending order
- Create another welcome page and put a Content Query web part there also, configure it to show several item, according to the filter you need
精彩评论