Hi, I want to create such blocks in my theme. Can you please tell me what should I do?
I want image blocks, and when these blocks are clicked, it should redirect to another page.

Check the images..

This is current State:
https://www.dropbox.com/s/ms1u8rzeq0hjz3y/current.png?dl=0

This is how I want
https://www.dropbox.com/s/try46rikrbcnok0/to%20be.png?dl=0

Comments

arulraj’s picture

Hi piyushmodi01,

Need more information about your feature to guide you.
For create custom block you can refer Examples module or create block link,

piyushmodi01’s picture

Hi sir,
I have installed drupal with a new theme. While previewing this theme online, I saw some SQUARE Images in a grid format and I want it in the same way.
For example, I have a simple blank home page,
I want 3x3 square images on it. When I click any of the image, it should redirect to me another page.

You can see this example:
http://html5up.net/helios

Just scroll down and you can see three square images.
I want in that format.

What should I do?

arulraj’s picture

Hi piyushmodi01,

1.If your using static images then you can create block through the admin interface add your html(image structure) in block body and assigned to respective region.

2.If Image are associate with nodes create block through views and assigned to respective region.

piyushmodi01’s picture

Thank You so much. :) I understood that I have to use views to create this. Thank You again.