Mono Support Blog Parts (more. . ) (Closed)

Viewed 16333 time(s), 5 post(s), 1/3/2012 4:46:00 PM - by ttsoft
1/3/2012 4:46:00 PM
116 Reputation 14 Total posts


I am not sure the best way to publish a single blog for each page.
Or a single category. . .

Everything as public visibility, regardless of the permissions that can be set to registered users. (. . which is a separate chapter)

Thanks in advance

Best regards

TT

p.s.
What is "blog slug"

1
1/3/2012 5:00:04 PM
7207 Reputation 956 Total posts

I don't understand what are you trying to accomplish, please send more details: "a single blog for each page"? Are you referring to a single blog post - in our terminology, blog is a collection of individual blog posts (articles)? Changing the PageSize property of the BlogPostList would basically acoomplish your goal (displaying a single article per page).
A blog slug is a title of your blog that is encoded so it is suitable to be displayed in the URL of your blog. Slugs are used wherever search engine optimization (and basic human readability) are important, all special characters are removed or replaced, spaces are replaced by dashes, etc.

2
1/3/2012 5:20:14 PM
116 Reputation 14 Total posts

Hi Denis thanks for your reply.

Ok blog is a collection of blog posts.

But can i have different kinds of blogs ? One for weather, one for sports. . .

Then in one dashboard page i link to individual blog page. . .

Maybe is more simple to do than to tell. . .

3
1/3/2012 5:50:25 PM
7207 Reputation 956 Total posts

Yes, you can have unlimited number of blogs. You can also use a single blog with different categories, it all depends on your scenario. New blogs can be opened in the admin background screen.
The blog container Web part takes care of everything - you just need to open a blog, and than enter the correct URL, it will recognize it and do the rest. The default format of the URL is /blog/posts/YourBlogSlug/

4
1/3/2012 7:09:17 PM
116 Reputation 14 Total posts

Ok!
Thanks

5
This is a demo site for MonoX. Please visit Mono Software for more info.