By edialogue on
How can I place MyBlogs in a different section other than the content area? For example I want it to appear on the right side or left side like they have it in huffingtonpost.com. Every time I post a blog, it defaults to the main content area. How can I change that?
Comments
You can create a custom view
You can create a custom view of your blogs with the views module (http://drupal.org/project/views) and place it in a block region of your theme (e.g. left sidebar). For even more flexibility in content layout: http://drupal.org/project/panels.
Thank you for helping
Thank you so much for helping. What I really need is a way to stop Blogs from publishing to main content area. I need to have a link to my main blog page. Right now when I publish a blog, it goes straight to my content area. Is there a way to publish a blog without it appearing in the content area? I don't know the php programming language.
Thanks for your help.
It depends on what you mean
It depends on what you mean by "main content area": If you don't want your blog posts to show up on your homepage, just make sure that "promoted to frontpage" in the publishing options of your post is unchecked.
Thank you
Thank you. That's what I was looking for....Now if only you can tell me how to create a new text and image block.