hi, I'm sure there's a simple solution for this but I could not find the answer on google

I did the following"

1. installed Drupal
2. created a number of pages for my site: Front page, Contact Page, Blog Page
3. imported all the posts from my Wordpress blog to Drupal using the wordpress-import module
4. now each one of my old blog posts is a Drupal story node, the stories headlines list is showing on the Front page of my site.

I'm not happy with the result I got in 4, I want my blog posts headlines to appear under my Blog page and not under the front page.

How can I associate all the posts with my blog page?

thanks in advance

Comments

gabidrg’s picture

Hi,

You probably have all imported story nodes marked as Promoted to front page.

If your blog page is generated by Drupal's built in Blog module, then you need to convert your posts from Story to Blog post. This is because the system Blog link is displaying only nodes of type blog. You can do this by using Node Convert module: http://drupal.org/project/node_convert

If you created your blog page in other way, then you need to provide more info about this issue.

dandy1’s picture

You were right, all stories were set to "Promoted to front page", I removed that and they no longer appear in the front page, thanks for helping me see this. I will take a look at the node_convert module.