0

I am developing a website using drupal 7. I use blog module which comes as a core module in drupal 7. in the blog post I have not only added text but also a slideshow to the blog. problem comes when I try to arrange the blog content.

I wanted to show some text message after the slideshow on left-hand side. Normally, in drupal they render text and then slideshow(default). but I want to change it as I mentioned above.

Is there any module to handle this or can I do it another alternative way?

thanks in advance....

JSK NS
  • 3,346
  • 2
  • 25
  • 42
newday
  • 3,842
  • 10
  • 54
  • 79

2 Answers2

1

Try to use DS to customize node layouts

Konstantin Konopko
  • 5,229
  • 4
  • 36
  • 62
0

The way that will give you the most flexibility for customization would be to actually edit the template files themselves and place the individual fields' output exactly where you want in the HTML.

Check out the documentation for overriding and editing theme files, and this post for how to render individual fields into template files.

PJ McCormick
  • 1,903
  • 14
  • 12