Hi, I would like to use the Blog/Article for our company's News list. I read this post http://themesvision.com/forum/events and I'm thinking if I should modify Article or set up a News content type? Since I don't manage to clone Article etc etc, based on your instructions, I might prefer to modify what you have done... 1. How do I add/delete/update blog categories? 2. How do I add/delete/update blog tags? (i get the messages i can't modify these since content already use existing categories/tags) 3. I don't want to display who wrote the content (admin), neither how many comments. I know how do disable comments, but now it says "0 Comments". Bottom line, where can I edit the article template? From back-office or in some template file. I'm new in Drupal... FYI. Thanks
Hello, 1. How do I add/delete/update blog categories? => Blog categories is a taxonomy, so you can modify it very easily by accessing http://yoursiteurl.com/admin/structure/taxonomy/blog_categories 2. How do I add/delete/update blog tags? => Similar 1, go to http://yoursiteurl.com/admin/structure/taxonomy/tags 3. I don't want to display who wrote the content (admin), neither how many comments. I know how do disable comments, but now it says "0 Comments". Bottom line, where can I edit the article template? From back-office or in some template file. => You can modify article template file to remove author post, comments... Open file node--article--teaser.tpl (site/all/themes/jollyness/templates/node) and modify Thanks,
Perfect thanks! Starting to understand the big picture now, finally :) Still not 100% about how to configure the Layouts and the blocks etc. Can you for example explain this: Layout "One Page Home" has a section called "Slider". But how does this Layout know what Slider to use? There are 3 sliders available... (I'm trying to create my own Layout and need to know the concept) Thanks
Hello johcar, Layout "One Page Home" has a section called "Slider". But how does this Layout know what Slider to use? There are 3 sliders available... => 3 sliders available are blocks (you can go to block page admin to see) assigned to region "Slider" and configured to show only front page. Index page was using Layout "One page Home" set as front page and has a section called "Slider" contains Slider region. So 3 blocks above will show in this layout. Thanks,
Got it! thanks